I get this with the ABBarcodeTest.b4a
Any suggestions as to what this might be so I can fix it in this app and any more in the future?
Any suggestions as to what this might be so I can fix it in this app and any more in the future?
You should post the whole project, export it as ZIP.
Check the AndroidManifest.XML and if you see this line:
Remove it.B4X:android:hardwareAccelerated="true"
Thanks NJDude. I had the same problem with the jPCT demos and just removed the hardwareaccelerated=true using the manifest editor and Boom Baby! It worked! Thanks Pal!