Android Question (solved)B4A-Bridge "Parse error There was a problem while parsing the package"

f0raster0

Well-Known Member
Licensed User
Longtime User
Hi, I'm getting an error

"parse error
There was a problem parsing the package"

This is a old App, just now can't install anymore.
I tried: remove-install again and reboot the devices
if I tried to rename the package to get
B4X:
B4A Version: 8.30
Parsing code.    (0.29s)
Running custom action.    (0.15s)
Compiling code.    Error
Error parsing manifest script:
Error parsing google-services.json:
Error parsing manifest script:
Error parsing json file. Make sure that the package name is correct.

edit: checking now this link to see if it help to know what is happening
https://www.b4x.com/android/forum/threads/version-safe-apk-installation.87667/

thanks
 
Last edited:

f0raster0

Well-Known Member
Licensed User
Longtime User
the app you created in firebase console and your b4a app must have the same package name
thanks, it was just a try.

Solved parser error:
SDK changed to sdk19
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="26"/>

and to continue looks like I need to buy a device with android 7+
 
Last edited:
Upvote 0
Top