Android build API level too low

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
sebaekyeol
Newbie
Posts: 2
Joined: Tue Apr 04, 2023 2:57 am
Contact:

Android build API level too low

#1 Post by sebaekyeol »

I'm trying to get my project uploaded to Google Play but when I uploaded the app bundle in console, it said the app currently targets API 30 when it needs to be at least API 31. The renpy android build is supposed to target Android 13, so I'm not sure where the issue is coming from. Could there be something about the project itself that needs to changed?

Thanks in advance.

rayminator
Miko-Class Veteran
Posts: 793
Joined: Fri Feb 09, 2018 12:05 am
Location: Canada
Contact:

Re: Android build API level too low

#2 Post by rayminator »

can you post any error code that you might be getting

sebaekyeol
Newbie
Posts: 2
Joined: Tue Apr 04, 2023 2:57 am
Contact:

Re: Android build API level too low

#3 Post by sebaekyeol »

rayminator wrote: Tue Apr 04, 2023 9:39 pm can you post any error code that you might be getting
This the error message from console:

Screenshot_20230404_132436_Chrome.jpg

rayminator
Miko-Class Veteran
Posts: 793
Joined: Fri Feb 09, 2018 12:05 am
Location: Canada
Contact:

Re: Android build API level too low

#4 Post by rayminator »

you can try this might not work

this not for renpy:
Change targetSdkVersion

Code: Select all

ext {
        buildToolsVersion = "29.0.3"
        minSdkVersion = 21
        compileSdkVersion = 31
        targetSdkVersion = 31
    }
more information
https://support.google.com/googleplay/a ... l-november

https://developer.android.com/google/pl ... target-sdk

Post Reply

Who is online

Users browsing this forum: Ocelot