I have downloaded Zxing Barcode Scanner code for android. But i feel there is missing a package "com.google.zxing" in source code. I think there is missing library or jar file for project or ..there is some tempring with source code.. Can anybody have the solution about it..and have the link for this library or package..Thanks in advance.

These are the missing classes Name :-

  Package  "com.google.zxing"
  Classes

   import com.google.zxing.BarcodeFormat;
  import com.google.zxing.Result;
  import com.google.zxing.ResultMetadataType;
  import com.google.zxing.ResultPoint;
link|improve this question

43% accept rate
2  
Such a low Accept Rate does not encourage responses to your question... – OcuS Jul 7 '11 at 13:36
@Rana.S, did you find an answer? Why not share it and accept that. – Urs Reupke 8 hours ago
feedback

1 Answer

The classes you are looking for are in the core module.

link|improve this answer
so the core file generated with appache ant has to be added as external jar file even for the new project – preetha Dec 27 '11 at 10:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.