mirror of
https://github.com/blanking003/cx-cocos.git
synced 2024-12-26 11:49:01 +00:00
31 lines
655 B
JSON
31 lines
655 B
JSON
{
|
|
"options": {
|
|
"android": {
|
|
"packageName": "com.cocos.android",
|
|
"apiLevel": "android-26",
|
|
"appABIs": [
|
|
"armeabi-v7a"
|
|
],
|
|
"useDebugKeystore": true,
|
|
"keystorePath": "",
|
|
"keystorePassword": "",
|
|
"keystoreAlias": "",
|
|
"keystoreAliasPassword": "",
|
|
"appBundle": false,
|
|
"androidInstant": false,
|
|
"remoteUrl": "",
|
|
"orientation": {
|
|
"portrait": true,
|
|
"upsideDown": false,
|
|
"landscapeRight": false,
|
|
"landscapeLeft": false
|
|
},
|
|
"renderBackEnd": {
|
|
"vulkan": false,
|
|
"gles3": true,
|
|
"gles2": false
|
|
}
|
|
}
|
|
}
|
|
}
|