I went to shopsavvy.mobi and got their 'sdk' for barcode scanning.
I get the normal tree, and do an android update project to get the
build.xml.  When I try to build, I see that I don't seem to have
all of the source:

compile:
    [javac] Compiling 3 source files to 
/home/toby/bart/ScannerSDK.Android/Demo/bin/classes
[javac] /home/toby/bart/ScannerSDK.Android/Demo/src/com/biggu/scannerdemo/Demo.java:3: package com.biggu.barcodescanner.client.android does not exist
    [javac] import com.biggu.barcodescanner.client.android.Intents;

I notice that under the lib directory, there is a .jar file called
biggu_scanner-1.1.0.jar.  Unzipping that, I find files like:


 inflating: com/biggu/barcodescanner/client/android/CaptureActivityHandler.class
  inflating: com/biggu/barcodescanner/client/android/CaptureActivity$1.class
  inflating: 
com/biggu/barcodescanner/client/android/CaptureActivity$BeepListener.class

So I guess I'm missing including that .jar file?  Is there something that I need
to do in order to include the classes in the .jar file in the build?

Thanks,

Toby

--
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

Reply via email to