0

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.

Nimantha
  • 6,405
  • 6
  • 28
  • 69
Shah
  • 4,990
  • 10
  • 48
  • 70
  • 1
    You want you application standalone or you just want to call the Zxing using intent. – Sujit Jun 13 '11 at 08:14
  • I tried a lot to make my application standalone with Zxing but didn't get any solution . So i called it through intent. Here is my question on SO http://stackoverflow.com/questions/2690389/zxing-barcode-source-code-integration-to-the-android-project – Sujit Jun 13 '11 at 08:34
  • so is there some other way i can implement my own Bar Code Scanner??? – Shah Jun 13 '11 at 09:01

1 Answers1

0

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.

ElderMael
  • 7,000
  • 5
  • 34
  • 53
Dror Dromi
  • 157
  • 1
  • 4