I am working on bar code scanner.
I have Zxing IntentIntegrator.java file. I don't know how to use this File in my application to let my application work.
I am working on bar code scanner.
I have Zxing IntentIntegrator.java file. I don't know how to use this File in my application to let my application work.
Paste the android_integration_supportv4.jar
(located at zxing-2.1\android-integration
) into libs
folder in your eclipse (adt) project tree.
You should than create dependencies by right click on the folder and selecting
build path->Configure build path...
In the dialog click the Add jar button and select the android_integration_supportv4.jar
you just added.