-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error When I set android.api = 31 #2696
Comments
Hi @Tan837 ! Can you also post your |
This is the relevant part of the log:
Looks like you need to update |
👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project. If you're having trouble installing or using python-for-android, maybe you could be interested in our quickstart guide. Let us know if this comment was made in error, and we'll be happy to reopen the issue. |
@misl6 thanks so much, i set the version to 12.0.1 and it works! u made my day :) |
I tried to convert my kivy app to (aab):
when setting ( android.api = 30 ) It does not cause any problems
but play store asked me ( android.api >= 31 )
And when I changed android.api to 31 there was a problem with ( gradlew failed! )
"""
[WARNING]: ERROR: /content/.buildozer/android/platform/build-armeabi-v7a_arm64-v8a/dists/app/gradlew failed!
"""
The text was updated successfully, but these errors were encountered: