Skip to content
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

genericndkbuild receipe Not compiling with android api > 28 #2555

Closed
kengoon opened this issue Mar 6, 2022 · 4 comments
Closed

genericndkbuild receipe Not compiling with android api > 28 #2555

kengoon opened this issue Mar 6, 2022 · 4 comments

Comments

@kengoon
Copy link
Contributor

kengoon commented Mar 6, 2022

Whenever I am compiling my apk with the webview bootstrap:

Buildozer compilation crashes with the below error

Android NDK: Found platform level in /home/kengo/.local/share/python-for-android/build/bootstrap_builds/webview/project.properties. Setting APP_PLATFORM to android-30.    
Android NDK: android-30 is above the maximum supported version android-29. Choose a supported API level or set APP_PLATFORM to "latest".    
/home/kengo/.buildozer/android/platform/android-ndk-r20b/build/core/setup-app-platform.mk:101: *** Android NDK: Aborting.    .  Stop.

The only solution, I have as of now is to download android ndk 21d to be able to support android API 29 to 30, which works well and also if I want to target android API 31 I will first compile with android API 28 or 29 or 30 depending on the version of ndk, then later on compile again with android API 31

Also it seems that webview bootstrap has been ignored for sometime, at least some update will help

@misl6
Copy link
Member

misl6 commented Apr 6, 2022

Could potentially be fixed via #2550

Did you had a chance to test?

@kengoon
Copy link
Contributor Author

kengoon commented Apr 6, 2022

Did you had a chance to test?

I will test and give feedback

@kengoon
Copy link
Contributor Author

kengoon commented Apr 8, 2022

I can confirm that this is solved via #2550

@misl6
Copy link
Member

misl6 commented Apr 8, 2022

Fixed via #2550

@misl6 misl6 closed this as completed Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants