0

I have downloaded Zxing Barcode Scanner code for android.
I added core.jar into my android project build It is can compile but when it run on stimulator still for missing class error
java.lang.ClassNotFoundException: com.google.zxing.ResultMetadataType When I added all source code of code into my project src there is no more that error

If I want added I defined jar packet into android project how to do it?

user504909
  • 8,049
  • 12
  • 52
  • 97

1 Answers1

1

Try this:

Tick the box for this jar in Properties -> Java Build Path -> "Order and Export" (it was listed before, but not selected)

as answered here: NoClassDefFoundError - Eclipse and Android

Community
  • 1
  • 1
Till
  • 4,218
  • 1
  • 29
  • 33