This commit is contained in:
bingshi 2022-11-09 13:38:16 +08:00
parent 198f120f7b
commit b0d6068fbe
3 changed files with 3 additions and 2 deletions

View File

@ -9,6 +9,7 @@
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher"
android:label="@string/app_name" android:label="@string/app_name"
android:supportsRtl="true" android:supportsRtl="true"
android:usesCleartextTraffic="true"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"> android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
<!-- Tell Cocos2dxActivity the name of our .so --> <!-- Tell Cocos2dxActivity the name of our .so -->
<meta-data android:name="android.app.lib_name" <meta-data android:name="android.app.lib_name"

View File

@ -13,7 +13,7 @@ android {
versionCode 5 versionCode 5
versionName "1.0.5" versionName "1.0.5"
ndk{ ndk{
abiFilters 'armeabi-v7a','arm64-v8a', 'x86' abiFilters 'armeabi-v7a','arm64-v8a'
} }
externalNativeBuild { externalNativeBuild {

View File

@ -30,6 +30,6 @@ PROP_TARGET_SDK_VERSION=30
# Android Build Tools version that will be used as the compile project # Android Build Tools version that will be used as the compile project
PROP_BUILD_TOOLS_VERSION=30.0.2 PROP_BUILD_TOOLS_VERSION=30.0.2
PROP_APP_ABI=armeabi-v7a:arm64-v8a:x86 PROP_APP_ABI=armeabi-v7a:arm64-v8a
android.injected.testOnly=false android.injected.testOnly=false