Problem with new app in google play console

Find quick help here to get you started with Hollywood
xabierpayet
Posts: 267
Joined: Fri Feb 24, 2012 9:34 am

Problem with new app in google play console

Post 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
User avatar
Juan Carlos
Posts: 888
Joined: Mon Sep 06, 2010 1:02 pm

Re: Problem with new app in google play console

Post 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?
xabierpayet
Posts: 267
Joined: Fri Feb 24, 2012 9:34 am

Re: Problem with new app in google play console

Post 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
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Problem with new app in google play console

Post by airsoftsoftwair »

What error message are you getting when trying to upload the app to Google Play?
xabierpayet
Posts: 267
Joined: Fri Feb 24, 2012 9:34 am

Re: Problem with new app in google play console

Post 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
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Problem with new app in google play console

Post 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?
xabierpayet
Posts: 267
Joined: Fri Feb 24, 2012 9:34 am

Re: Problem with new app in google play console

Post 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?
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Problem with new app in google play console

Post 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?
xabierpayet
Posts: 267
Joined: Fri Feb 24, 2012 9:34 am

Re: Problem with new app in google play console

Post by xabierpayet »

i did a new key and i have the same problem with the new one
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Problem with new app in google play console

Post 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?
Post Reply