Bug? B4a-Bridge

Mr Blue Sky

Active Member
Licensed User
Longtime User
Goodnight all,

I have a little problem with B4A-Bridge since updating my Pixel 4A 5G to Android 12 API 31

I am using D: \ Android \ platforms \ android-31 \ android.jar
and manifest <uses-sdk android: minSdkVersion = "21" android: targetSdkVersion = "31" />

all transfers up to API version 30 work correctly but if I change the SdkVersion to 31
I get the following error: a problem occurred while parsing the package

Where does the problem come from?

on the other hand it works correctly in direct connection usb with API 31
 

JohnC

Expert
Licensed User
Longtime User
I don't know if this is applicable to whats happening with you, but sometimes that error occurs if you try to install an older version of an app over a newer version.

Try deleting the existing version of the app on the device, then see if the error still happens.
 

Mr Blue Sky

Active Member
Licensed User
Longtime User
I don't know if this is applicable to whats happening with you, but sometimes that error occurs if you try to install an older version of an app over a newer version.

Try deleting the existing version of the app on the device, then see if the error still happens.
yes it was done before. I just started over again only the problem when i use sdk 31
 
Last edited:
Top