I have seen many questions regarding this but none gave me the Result so i am posting this.
I am using GITHUB Barcode Scanner Plugin Everything works fine
What i want now?
- I don't want the library project to be referred to my Hybrid Application.
- If i don't do that i have error in my project and i cant build my android project.
- Is there any work around ( i tries converting the whole library into a jar file and add it to my hybrid project but same error comes)
- I have seen some post saying we can do this but these post are done for native andorid application which don't suite me Embed Zxing library without using Barcode Scanner app
The error which i get While not attaching the library is in my Main.java file i use R.sting.close
and R.string.error
which says me to import 'R' from com.google.zxing.client.android
.