api 14 nor 21 exists anymore, set the default to 19 (minimum is still 9)
This commit is contained in:
parent
3fa83089bb
commit
42873ecee1
1 changed files with 1 additions and 2 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue