diff --git a/app/AndroidManifest.xml b/app/AndroidManifest.xml
index 0a9b6f8..467c395 100755
--- a/app/AndroidManifest.xml
+++ b/app/AndroidManifest.xml
@@ -8,11 +8,8 @@
-
-
-
@@ -30,7 +27,7 @@
delete "${buildDir}/intermediates/merged_assets/${variant.dirName}"
variant.mergeAssets.doLast {
- def sourceDir = "/Users/zhl/Documents/workspace/game/TestChain/build/jsb-link"
-// def sourceDir = "${buildDir}/../../../jsb-default"
+ def sourceDir = "${buildDir}/../../../jsb-default"
// copy {
// from "${sourceDir}/res"
@@ -160,20 +159,20 @@ android.applicationVariants.all { variant ->
// from "${sourceDir}/project.json"
// into outputDir
// }
- copy{
- from "${sourceDir}"
- include "res/**"
- include "src/**"
- include "jsb-adapter/**"
-
- into outputDir
- }
-
- copy {
- from "${sourceDir}/main.js"
- from "${sourceDir}/project.json"
- into outputDir
- }
+// copy{
+// from "${sourceDir}"
+// include "res/**"
+// include "src/**"
+// include "jsb-adapter/**"
+//
+// into outputDir
+// }
+//
+// copy {
+// from "${sourceDir}/main.js"
+// from "${sourceDir}/project.json"
+// into outputDir
+// }
}
}
diff --git a/gradle.properties b/gradle.properties
index 649a61c..947807e 100755
--- a/gradle.properties
+++ b/gradle.properties
@@ -36,7 +36,7 @@ PROP_BUILD_TOOLS_VERSION=30.0.2
PROP_APP_ABI=armeabi-v7a:arm64-v8a:x86
# fill in sign information for release mode
-RELEASE_STORE_FILE=/Applications/CocosCreator/Creator/2.0.10/CocosCreator.app/Contents/Resources/static/build-templates/native/debug.keystore
+RELEASE_STORE_FILE=/Applications/CocosCreator.app/Contents/Resources/static/build-templates/native/debug.keystore
RELEASE_STORE_PASSWORD=123456
RELEASE_KEY_ALIAS=debug_keystore
RELEASE_KEY_PASSWORD=123456
diff --git a/settings.gradle b/settings.gradle
index 6f7fec3..085fba4 100755
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,5 +1,5 @@
include ':libcocos2dx'
-project(':libcocos2dx').projectDir = new File('/Applications/CocosCreator/Creator/2.0.10/CocosCreator.app/Contents/Resources/cocos2d-x/cocos/platform/android/libcocos2dx')
+project(':libcocos2dx').projectDir = new File('/Applications/CocosCreator.app/Contents/Resources/cocos2d-x/cocos/platform/android/libcocos2dx')
include ':install_time_asset_pack'
include ':TestChain'
project(':TestChain').projectDir = new File(settingsDir, 'app')