一、安卓方面
打包后apk打开时闪屏关闭 android { buildTypes { release { // Enables code shrinking, obfuscation, and optimization for only // your project's release build type. minifyEnabled false // Enables resource shrinking, which is performed by the // Android Gradle plugin. shrinkResources false } } ... } 配置签名文件 打包后apk打开时闪屏关闭 android { buildTypes { relea