Page 1 of 2

Problem with new app in google play console

Posted: Mon Sep 19, 2022 8:44 pm
by xabierpayet
Someone can upload new apps to google play store?
I have an error everytime than i upload a file, i try changing the signing key, but don't work here.
Any idea?
Thanks

It's available to download here, the program is a periodic table of elements:

Windows: http://xabierpayet.com/periodic%20table.exe
MorphOS: http://xabierpayet.com/periodic%20table%20mos.exe

Re: Problem with new app in google play console

Posted: Tue Sep 20, 2022 12:09 pm
by Juan Carlos
Es una interesante aplicación educativa, pero es más interesante que el segundo idioma disponible sea el catalá que me parece muy bien, pero y el castellano, se te olvido?

Re: Problem with new app in google play console

Posted: Tue Sep 20, 2022 6:34 pm
by xabierpayet
the database is huge, i made it in catalan language, and that's translated to english, i don't have time now to add more languages

Re: Problem with new app in google play console

Posted: Sat Sep 24, 2022 11:29 pm
by airsoftsoftwair
What error message are you getting when trying to upload the app to Google Play?

Re: Problem with new app in google play console

Posted: Sat Sep 24, 2022 11:48 pm
by xabierpayet
i have the next error
Your app currently targets API level 30 and must target at least API level 31 to ensure that it integrates with the latest APIs optimized for security and performance. Change the app's target API level to at least level 31.

i´m using android sdk platform package 12.0 (s) and sdk build tools 31.0.0 ndk 23.2.
i try different other configurations, but ever have the same results

Re: Problem with new app in google play console

Posted: Sun Sep 25, 2022 7:20 pm
by airsoftsoftwair
xabierpayet wrote: Sat Sep 24, 2022 11:48 pm i have the next error
So the insufficient target API level is the only thing that prevents you from uploading apps to the Play Store or are there more problems?

Re: Problem with new app in google play console

Posted: Sun Sep 25, 2022 8:21 pm
by xabierpayet
I reupload the aab file again and now i see a new error

Android App Bundle is signed with an incorrect key...
i'm using the same key as ever
any idea?

Re: Problem with new app in google play console

Posted: Sun Sep 25, 2022 8:23 pm
by airsoftsoftwair
xabierpayet wrote: Sun Sep 25, 2022 8:21 pm Android App Bundle is signed with an incorrect key...
i'm using the same key as ever
any idea?
The keys have an expiry date. Maybe yours has expired?

Re: Problem with new app in google play console

Posted: Sun Sep 25, 2022 8:24 pm
by xabierpayet
i did a new key and i have the same problem with the new one

Re: Problem with new app in google play console

Posted: Sat Oct 01, 2022 10:09 pm
by airsoftsoftwair
Have you got the pro version of APK Compiler? If that is the case, you could manually set the target SDK by enabling "Use custom build.gradle" on the "Custom build scripts" tab. Then replace %TARGETSDK% by 31 so that the line looks like this:

Code: Select all

targetSdkVersion 31
Then clean the target and rebuild the project. Does it help?