update
This commit is contained in:
@@ -98,6 +98,11 @@
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.andmore.AndroidNature</nature>
|
||||
@@ -106,6 +111,7 @@
|
||||
<nature>org.eclipse.cdt.core.ccnature</nature>
|
||||
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
|
||||
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
|
||||
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
|
||||
</natures>
|
||||
<linkedResources>
|
||||
<link>
|
||||
@@ -124,4 +130,15 @@
|
||||
<locationURI>PARENT-1-PROJECT_LOC/cocos2d/cocos/platform/android/java/src</locationURI>
|
||||
</link>
|
||||
</linkedResources>
|
||||
<filteredResources>
|
||||
<filter>
|
||||
<id>1770360450750</id>
|
||||
<name></name>
|
||||
<type>30</type>
|
||||
<matcher>
|
||||
<id>org.eclipse.core.resources.regexFilterMatcher</id>
|
||||
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
|
||||
</matcher>
|
||||
</filter>
|
||||
</filteredResources>
|
||||
</projectDescription>
|
||||
|
||||
@@ -10,9 +10,9 @@ include $(PREBUILT_SHARED_LIBRARY)
|
||||
include $(CLEAR_VARS)
|
||||
$(call import-add-path,$(LOCAL_PATH)/../..)
|
||||
|
||||
$(call import-add-path,$(LOCAL_PATH)/../../../../cocos2d)
|
||||
$(call import-add-path,$(LOCAL_PATH)/../../../../cocos2d/external)
|
||||
$(call import-add-path,$(LOCAL_PATH)/../../../../cocos2d/cocos)
|
||||
$(call import-add-path,$(LOCAL_PATH)/../../../cocos2d)
|
||||
$(call import-add-path,$(LOCAL_PATH)/../../../cocos2d/external)
|
||||
$(call import-add-path,$(LOCAL_PATH)/../../../cocos2d/cocos)
|
||||
|
||||
LOCAL_MODULE := cocos2dcpp_shared
|
||||
LOCAL_SHARED_LIBRARIES += libYvImSdk
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -7,4 +7,4 @@
|
||||
# location of the SDK. This is only used by Ant
|
||||
# For customization when using a Version Control System, please read the
|
||||
# header note.
|
||||
sdk.dir=G:\\cocos\\Android\\android-sdk
|
||||
sdk.dir=D:\\Android\\sdk
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-14
|
||||
target=android-28
|
||||
|
||||
android.library=false
|
||||
android.library.reference.1=../../../cocos2d/cocos/platform/android/java
|
||||
android.library.reference.1=../../cocos2d/cocos/platform/android/java
|
||||
|
||||
Reference in New Issue
Block a user