mirror of https://github.com/axmolengine/axmol.git
Merge pull request #2990 from minggo/ccx_filesystem
fixed a compiling error of AssetsManager on Android
This commit is contained in:
commit
28c69b8b16
|
@ -4,7 +4,7 @@
|
|||
android:versionCode="1"
|
||||
android:versionName="1.0">
|
||||
|
||||
<uses-sdk android:minSdkVersion="8"/>
|
||||
<uses-sdk android:minSdkVersion="9"/>
|
||||
<uses-feature android:glEsVersion="0x00020000" />
|
||||
|
||||
<application android:label="@string/app_name"
|
||||
|
|
|
@ -11,5 +11,5 @@
|
|||
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||
|
||||
# Project target.
|
||||
target=android-8
|
||||
target=android-10
|
||||
android.library.reference.1=../../../../cocos2dx/platform/android/java
|
||||
|
|
Loading…
Reference in New Issue