mirror of https://github.com/axmolengine/axmol.git
Merge pull request #3999 from minggo/iss2905-adjust_folder
issue #2905: android samples run ok
This commit is contained in:
commit
189ff009f2
|
@ -11,5 +11,5 @@
|
|||
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||
|
||||
# Project target.
|
||||
target=android-13
|
||||
android.library.reference.1=../../../../cocos2dx/platform/android/java
|
||||
target=android-10
|
||||
android.library.reference.1=../../../../cocos/2d/platform/android/java
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-13
|
||||
target=android-10
|
||||
|
||||
android.library.reference.1=../../../../cocos2dx/platform/android/java
|
||||
android.library=false
|
||||
android.library.reference.1=../../../../cocos/2d/platform/android/java
|
||||
|
|
|
@ -11,5 +11,5 @@
|
|||
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||
|
||||
# Project target.
|
||||
target=android-13
|
||||
android.library.reference.1=../../../../cocos2dx/platform/android/java
|
||||
target=android-10
|
||||
android.library.reference.1=../../../../cocos/2d/platform/android/java
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-13
|
||||
target=android-10
|
||||
|
||||
android.library.reference.1=../../../../cocos2dx/platform/android/java
|
||||
android.library.reference.1=../../../../cocos/2d/platform/android/java
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-13
|
||||
target=android-10
|
||||
|
||||
android.library.reference.1=../../../../cocos2dx/platform/android/java
|
||||
android.library.reference.1=../../../../cocos/2d/platform/android/java
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-13
|
||||
target=android-10
|
||||
|
||||
android.library.reference.1=../../../../cocos2dx/platform/android/java
|
||||
android.library.reference.1=../../../../cocos/2d/platform/android/java
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-13
|
||||
target=android-10
|
||||
|
||||
android.library.reference.1=../../../../cocos2dx/platform/android/java
|
||||
android.library.reference.1=../../../../cocos/2d/platform/android/java
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-13
|
||||
target=android-10
|
||||
|
||||
android.library.reference.1=../../../../cocos2dx/platform/android/java
|
||||
android.library.reference.1=../../../../cocos/2d/platform/android/java
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-13
|
||||
target=android-10
|
||||
|
||||
android.library.reference.1=../../../../cocos2dx/platform/android/java
|
||||
android.library.reference.1=../../../../cocos/2d/platform/android/java
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-13
|
||||
target=android-10
|
||||
|
||||
android.library.reference.1=../../../../cocos2dx/platform/android/java
|
||||
android.library.reference.1=../../../../cocos/2d/platform/android/java
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-13
|
||||
target=android-10
|
||||
|
||||
android.library.reference.1=../../../../cocos2dx/platform/android/java
|
||||
android.library.reference.1=../../../../cocos/2d/platform/android/java
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-13
|
||||
target=android-10
|
||||
|
||||
android.library.reference.1=../../../cocos2dx/platform/android/java
|
||||
android.library.reference.1=../../../cocos/2d/platform/android/java
|
||||
|
|
|
@ -10,4 +10,4 @@
|
|||
# Project target.
|
||||
target=android-13
|
||||
|
||||
android.library.reference.1=../../../cocos2dx/platform/android/java
|
||||
android.library.reference.1=../../../cocos/2d/platform/android/java
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-13
|
||||
target=android-10
|
||||
|
||||
android.library.reference.1=../../../cocos2dx/platform/android/java
|
||||
android.library.reference.1=../../../cocos/2d/platform/android/java
|
||||
|
|
Loading…
Reference in New Issue