buildConfig_android.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "name": "连赚方块",
  3. "server": "",
  4. "engineModulesConfigKey": "migrationsConfig",
  5. "platform": "android",
  6. "buildPath": "project://build",
  7. "debug": false,
  8. "buildMode": "normal",
  9. "mangleProperties": false,
  10. "md5Cache": false,
  11. "skipCompressTexture": false,
  12. "sourceMaps": false,
  13. "overwriteProjectSettings": {
  14. "macroConfig": {
  15. "cleanupImageCache": "inherit-project-setting"
  16. },
  17. "includeModules": {
  18. "physics": "inherit-project-setting",
  19. "physics-2d": "inherit-project-setting",
  20. "gfx-webgl2": "off"
  21. }
  22. },
  23. "nativeCodeBundleMode": "wasm",
  24. "polyfills": {
  25. "asyncFunctions": false
  26. },
  27. "experimentalEraseModules": false,
  28. "startSceneAssetBundle": false,
  29. "bundleConfigs": [],
  30. "inlineEnum": true,
  31. "useBuiltinServer": false,
  32. "md5CacheOptions": {
  33. "excludes": [],
  34. "includes": [],
  35. "replaceOnly": [],
  36. "handleTemplateMd5Link": true
  37. },
  38. "mainBundleIsRemote": false,
  39. "mainBundleCompressionType": "merge_dep",
  40. "useSplashScreen": false,
  41. "bundleCommonChunk": false,
  42. "packAutoAtlas": true,
  43. "startScene": "ba0b085f-f8d5-40b0-9964-2fd25728d707",
  44. "outputName": "android",
  45. "taskName": "android",
  46. "scenes": [
  47. {
  48. "url": "db://assets/main.scene",
  49. "uuid": "ba0b085f-f8d5-40b0-9964-2fd25728d707"
  50. }
  51. ],
  52. "wasmCompressionMode": false,
  53. "packages": {
  54. "android": {
  55. "packageName": "com.dingxilong.fangkuai",
  56. "resizeableActivity": true,
  57. "maxAspectRatio": "2.4",
  58. "orientation": {
  59. "portrait": true,
  60. "upsideDown": false,
  61. "landscapeRight": false,
  62. "landscapeLeft": false
  63. },
  64. "apiLevel": 34,
  65. "appABIs": [
  66. "arm64-v8a"
  67. ],
  68. "useDebugKeystore": false,
  69. "keystorePath": "D:\\workspace\\Eliminate_gold_nuggets\\key_store\\lzfk.jks",
  70. "keystorePassword": "lzfk888",
  71. "keystoreAlias": "lzfk",
  72. "keystoreAliasPassword": "lzfk888",
  73. "appBundle": false,
  74. "androidInstant": false,
  75. "inputSDK": false,
  76. "remoteUrl": "",
  77. "sdkPath": "",
  78. "ndkPath": "",
  79. "javaHome": "",
  80. "javaPath": "",
  81. "renderBackEnd": {
  82. "vulkan": false,
  83. "gles3": true,
  84. "gles2": true
  85. },
  86. "swappy": false,
  87. "__version__": "1.0.1"
  88. },
  89. "native": {
  90. "encrypted": false,
  91. "xxteaKey": "a1ICxjbOpNgb6xU1",
  92. "compressZip": false,
  93. "JobSystem": "none",
  94. "__version__": "1.0.2"
  95. },
  96. "cocos-service": {
  97. "configID": "0d7f50",
  98. "services": [],
  99. "__version__": "3.0.9"
  100. },
  101. "oops-plugin-hot-update": {
  102. "hotUpdateEnable": false,
  103. "hotUpdateAddress": "http://127.0.0.1",
  104. "hotUpdateVersion": "1.0.0",
  105. "hotUpdateBuildNum": 1,
  106. "__version__": "1.0.0"
  107. }
  108. },
  109. "__version__": "1.3.9",
  110. "logDest": "project://temp/builder/log/android2025-4-23 20-05.log"
  111. }