ReactNativeUtil icon indicating copy to clipboard operation
ReactNativeUtil copied to clipboard

Android debug运行正常,打包后闪退

Open wuyunqiang opened this issue 7 years ago • 0 comments

1:打包的方式不对,建议使用官方推荐的cd andorid &&./gradlew assembleRelease方式打包,打包后的文件位于:app/build/outputs/apk/xxx.release. 2:集成第三方代码后开启了混淆文件导致闪退,关闭混淆文件。

wuyunqiang avatar Jan 26 '18 08:01 wuyunqiang