buildConfig_android.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "name": "BlockBlast2",
  3. "server": "",
  4. "platform": "android",
  5. "buildPath": "project://build",
  6. "debug": false,
  7. "buildMode": "normal",
  8. "mangleProperties": false,
  9. "md5Cache": false,
  10. "skipCompressTexture": false,
  11. "sourceMaps": false,
  12. "overwriteProjectSettings": {
  13. "macroConfig": {
  14. "cleanupImageCache": "inherit-project-setting"
  15. },
  16. "includeModules": {
  17. "physics": "inherit-project-setting",
  18. "physics-2d": "inherit-project-setting",
  19. "gfx-webgl2": "off"
  20. }
  21. },
  22. "nativeCodeBundleMode": "wasm",
  23. "polyfills": {
  24. "asyncFunctions": false
  25. },
  26. "experimentalEraseModules": false,
  27. "startSceneAssetBundle": false,
  28. "bundleConfigs": [],
  29. "inlineEnum": true,
  30. "useBuiltinServer": false,
  31. "md5CacheOptions": {
  32. "excludes": [],
  33. "includes": [],
  34. "replaceOnly": [],
  35. "handleTemplateMd5Link": true
  36. },
  37. "mainBundleIsRemote": false,
  38. "mainBundleCompressionType": "merge_dep",
  39. "useSplashScreen": true,
  40. "bundleCommonChunk": false,
  41. "packAutoAtlas": true,
  42. "startScene": "84481473-81f9-430b-8668-e6488f8fccea",
  43. "outputName": "android",
  44. "taskName": "android",
  45. "scenes": [
  46. {
  47. "url": "db://assets/scenes/loading.scene",
  48. "uuid": "84481473-81f9-430b-8668-e6488f8fccea"
  49. },
  50. {
  51. "url": "db://assets/scenes/main.scene",
  52. "uuid": "649653e2-18e8-4fc7-be3f-201b22d43743"
  53. }
  54. ],
  55. "wasmCompressionMode": false,
  56. "packages": {
  57. "android": {
  58. "packageName": "com.game.blockcblast",
  59. "resizeableActivity": true,
  60. "maxAspectRatio": "2.4",
  61. "orientation": {
  62. "portrait": true,
  63. "upsideDown": false,
  64. "landscapeRight": false,
  65. "landscapeLeft": false
  66. },
  67. "apiLevel": 28,
  68. "appABIs": [
  69. "arm64-v8a"
  70. ],
  71. "useDebugKeystore": true,
  72. "keystorePath": "",
  73. "keystorePassword": "",
  74. "keystoreAlias": "",
  75. "keystoreAliasPassword": "",
  76. "appBundle": false,
  77. "androidInstant": false,
  78. "inputSDK": false,
  79. "remoteUrl": "",
  80. "sdkPath": "",
  81. "ndkPath": "",
  82. "javaHome": "",
  83. "javaPath": "",
  84. "renderBackEnd": {
  85. "vulkan": false,
  86. "gles3": true,
  87. "gles2": true
  88. },
  89. "swappy": false,
  90. "__version__": "1.0.1"
  91. },
  92. "native": {
  93. "encrypted": false,
  94. "xxteaKey": "9fq6bz4kBJmYTIrD",
  95. "compressZip": false,
  96. "JobSystem": "none",
  97. "__version__": "1.0.2"
  98. },
  99. "cocos-service": {
  100. "configID": "0fa4d5",
  101. "services": [],
  102. "__version__": "3.0.8"
  103. }
  104. },
  105. "__version__": "1.3.9",
  106. "logDest": "project://temp/builder/log/android2025-4-2 15-21.log"
  107. }