I have a B4A that uses the ZBarCodeScanner library which works flawlessly.
I have created the same app using B4XPages and in the B4A component of B4XPages I get "android.content.res.Resources$NotFoundException: Resource ID #0x0" error.
Both apps are being tested on the same Samsung A4 tablet.
As far as I can see I have setup the manifest editor exactly the same on both versions and both apps have access to the same libraries.
Any ideas as to where I might look to find the problem?
I was wondering if anyone could help. I have been using a barcode scanner in my app for ages, but now all of a sudden, I get an error when trying to initiate a scan. I have the error below, does anyone have any idea what is missing? When I step though the code line by line, it seems to work...
Please take note of the xml files in the /Objects/res/layout and Objects/res/values folders of the B4A project should you start a new project from scratch.
In the B4XPages B4A app the /Objects/res/values folder isn't created.
Instead /Objects/res/values-v14 & /Objects/res/values-v20 are created but this appears to cause the missing resource error.