You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Whenever I am compiling my apk with the
webview
bootstrap:Buildozer compilation crashes with the below error
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
The text was updated successfully, but these errors were encountered: