api 14 nor 21 exists anymore, set the default to 19 (minimum is still 9)

This commit is contained in:
Mathieu Virbel 2015-10-04 12:53:03 +02:00
parent 3fa83089bb
commit 42873ecee1

View file

@ -11,7 +11,7 @@ import sys
if sys.platform == 'win32':
raise NotImplementedError('Windows platform not yet working for Android')
ANDROID_API = '14'
ANDROID_API = '19'
ANDROID_MINAPI = '9'
ANDROID_SDK_VERSION = '21'
ANDROID_NDK_VERSION = '9c'
@ -416,7 +416,6 @@ class TargetAndroid(Target):
self.buildozer.info('Android packages installation done.')
self.buildozer.state[cache_key] = cache_value
self.buildozer.state.sync()