Added another SDK/NDK KGS

Robert Niederreiter 2018-11-09 15:35:04 +01:00
parent 8498000366
commit 121fdec042
1 changed files with 3 additions and 2 deletions

@ -16,10 +16,11 @@ There is one rule to know: **never use latest SDK without newer NDK released**;
- SDK 25: No more "android" tool, "sdkmanager" is the only entrypoint now for installating SDK. Both python-for-android and buildozer will not work.
- SDK 25.3.0: ant is removed. There is a branch "sdl2_gradle" that intent to have a bootstrap for sdl2 based on gradle.
## Working SDK/NDK
## Working SDK/NDK (KGS - Known Good Set)
- SDK 20 / NDK 9c
- SDK 20 / NDK 13b
- SDK 20 / CrystaX NDK 10.3.2
- SDK 20 / API 24 / NDK 14b / Python 3.7 (with PR https://github.com/kivy/python-for-android/pull/1412)
- SDK 20 / API 26 / NDK 15c / Python 3.7 (with PR https://github.com/kivy/python-for-android/pull/1412)
- SDK 20 / API 26 / NDK 15c / Python 3.7 (with PR https://github.com/kivy/python-for-android/pull/1412)
- SDK 24 / API 28 / NDK 17c / Python 2.7 (with PR https://github.com/kivy/python-for-android/pull/1381)