It's a minimal API when there is no errors in AndroidManifest. Also, with this it works on Android 2.3
This commit is contained in:
parent
1e2d82ee5d
commit
5bda511154
2 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@
|
|||
</application>
|
||||
|
||||
<!-- Some devices with Android 2.2 should support native activity, it was in unstable hidden API -->
|
||||
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="14" />
|
||||
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="13" />
|
||||
|
||||
<!-- OpenGL ES 1.1 -->
|
||||
<uses-feature android:glEsVersion="0x00010000" />
|
||||
|
|
|
@ -11,4 +11,4 @@
|
|||
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||
|
||||
# Project target.
|
||||
target=android-8
|
||||
target=android-13
|
||||
|
|
Loading…
Add table
Reference in a new issue