Dear All, I am trying to install a modified version of the phone gap barcode scanner plugin on an android version 4.1.1. I have installed an apk installer however each time I try to install the app I am given a parse error.
In the app manifest I have the following code : 1. <?xml version="1.0" encoding="utf-8"?> 2. <manifest xmlns:android="http://schemas.android.com/apk/res/android" 3. package="com.mds.AndroidBarcodeScanner" 4. android:versionCode="1" 5. android:versionName="1.0" > 6. 7. <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="7"/> Am I missing anything? -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

