Android Question Upload to Play Store error [solved]

MitchBu

Well-Known Member
Licensed User
Longtime User
When I try to upload the apk, I get an error (see below).

What should I do ?

TIA

uploadplaystrore.png
 
Last edited:

MitchBu

Well-Known Member
Licensed User
Longtime User
I am using B4A 11.

But I get this when I go build a bundle:


Building app bundle Error
C:\Android\tools\bin\bundletool.jar

I probably need to reinstall the Android SDK.
 
Upvote 0

MitchBu

Well-Known Member
Licensed User
Longtime User
OK. I followed again the instructions at https://www.b4x.com/b4a.html and downloaded the two archives, then extracted them to \Android.

Unfortunately, I now get a new error:

-----
B4A Version: 11.00
Parsing code. (0.03s)
Java Version: 8
Building folders structure. (0.02s)
Compiling code. (0.04s)

ObfuscatorMap.txt file created in Objects folder.
Compiling layouts code. (0.02s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Compiling resources (0.22s)
Linking resources (1.11s)
Compiling generated Java code. Error
Cannot find: c:\android\tools\..\extras\b4a_remote\androidx\legacy\legacy-support-v4\1.0.0\unpacked-legacy-support-v4-1.0.0\jars\classes.jar
 
Upvote 0

MitchBu

Well-Known Member
Licensed User
Longtime User
I was able to produce aab, but still, Play Store would not take it, because it needed to be signed with an RSA key. So I had to generate a new certificate with B4A 11.

Now the aab has been uploaded and is on its way through review :)
 
Upvote 0
Top