在Play Store安装后,三星银河系统S24和A55系统不再使用React Pative Android应用程序。应用程序冻结在默认发射器屏幕上。
我找到了让App 64-bit兼容的解决方案 但它已经兼容了
这是我的草签文件:
splits {
abi {
reset()
enable enableSeparateBuildPerCPUArchitecture
universalApk false // If true, also generate a universal APK
include “armeabi-v7a”, “x86”, “arm64-v8a”, “x86_64”
}
}
即使当我提取APK文件时,我在lib
文件夹中也发现了所有4个文件夹。