Showing
8 changed files
with
1 additions
and
20 deletions
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
This diff could not be displayed because it is too large.
1 | -{ | ||
2 | - "initial": [ | ||
3 | - "js/egret.min.js", | ||
4 | - "js/egret.web.min.js", | ||
5 | - "js/eui.min.js", | ||
6 | - "js/assetsmanager.min.js", | ||
7 | - "js/tween.min.js", | ||
8 | - "js/socket.min.js", | ||
9 | - "js/game.min.js", | ||
10 | - "js/promise.min.js", | ||
11 | - "js/dragonBones.min.js" | ||
12 | - ], | ||
13 | - "game": [ | ||
14 | - "js/zip.min.js", | ||
15 | - "js/lib.min.js", | ||
16 | - "js/main.min.js", | ||
17 | - "js/default.thm.min.js" | ||
18 | - ] | ||
19 | -} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
... | @@ -39,7 +39,7 @@ public class MainActivity extends AppCompatActivity { | ... | @@ -39,7 +39,7 @@ public class MainActivity extends AppCompatActivity { |
39 | //将assets中res资源解密到对应目录上 | 39 | //将assets中res资源解密到对应目录上 |
40 | public void decodeAssetsFile(View view) { | 40 | public void decodeAssetsFile(View view) { |
41 | final long currentTime = System.currentTimeMillis(); | 41 | final long currentTime = System.currentTimeMillis(); |
42 | - CryptInterface.decodeAssetsFilesFromDir("commonEncode", Environment.getExternalStorageDirectory() + "/gametest/encodeRes7", new CryptCallBack() { | 42 | + CryptInterface.decodeAssetsFilesFromDir("commonEncode", Environment.getExternalStorageDirectory() + "/gametest/encodeRes8", new CryptCallBack() { |
43 | @Override | 43 | @Override |
44 | public void callback(int code, Object msg) { | 44 | public void callback(int code, Object msg) { |
45 | long subTime = System.currentTimeMillis() - currentTime; | 45 | long subTime = System.currentTimeMillis() - currentTime; | ... | ... |
No preview for this file type
-
Please register or login to post a comment