Reviving 4-year-old app; what are the current buildozer version #s for SDK, NDK, etc.?

20 views
Skip to first unread message

Bill Janssen

unread,
Jun 27, 2019, 2:32:31 PM6/27/19
to Python For Android
Hoping I can get some advice here...  I've got an app from 4 years ago which I'd like to revive.  I've installed the latest buildozer, and the buildozer.spec file for it contains these version #s.

# (int) Android API to use
android
.api = 14

# (int) Minimum API required (8 = Android 2.2 devices)
android
.minapi = 8

# (int) Android SDK version to use
android
.sdk = 21

# (str) Android NDK version to use
android
.ndk = 9c



Will I be able to use them?  If not, what are the currently supported buildozer versions?

Thanks in advance, as they used to say!

Bill

Alexander Taylor

unread,
Jul 2, 2019, 1:32:58 PM7/2/19
to Python For Android
Use api 26 (or higher), minapi 21, ndk 17c, don't know about sdk. You can find the current defaults in the buildozer repository, file default.spec.
Reply all
Reply to author
Forward
0 new messages