Are you compiling in Obfuscated mode?
Erel, Thanks for the reply. I am not compiling using Obfuscated mode. I click I set the compile type (in the drop down) to Release.
I tried to click Project, Compile To Library but I get an error "No Modules to compile", so, I figured I was doing something wrong there so I click Project, compile & run. When the app runs, it will not recognize scanning any bar code. Same as if I copy the .apk over, uninstall and re-install, reboot the tablet (Nexus 10). I am sure it's something I am doing wrong but I can't seem to figure out why it won't scan this way. I have searched your forum but found no one else reporting this same issue.
The app I am currently testing with now is only a few lines: dim jBC as ABZxing, jBC.ABGetBarCode("jBC, QR_Code_Types") and to catch when the barcode is read, jBC_Barcodefound(barCode as String, formatName as String).
Works in debug mode but not when I compile & run.
Thank You! John