Search code examples
androideclipsecordovabarcode-scanner

AndroidManifest file missing


i follow some tutorials to use the barcode scanner plugin for phonegap. But when i create a new android project from an existing source to create the barcode library (step 6 in this page) i got the error: "AndroidManifest.xml file missing!". But in the root of the folder the file is present! What is wrong?

Tnx in advance!


Solution

  • This happened for me too. Actually the problem is the code you have downloaded does not consists of AndroidManifest.xml file. You just create another project based on your requirements & copy all the files into created project. It will work..

    Otherwise

    If your are using phonegap plugin means follow this link Barcode Scanner plugin for Phonegap. First README file in this & follow the steps. its very easy....