NervJS / taro-native-shell

Taro 原生 React Native 壳子
MIT License
200 stars 106 forks source link

Android 启动闪退 #85

Open viweei opened 1 year ago

viweei commented 1 year ago

am

我是按着官方文档步骤来的,Taro 项目是 init 生成的,没有改过, 编译也正常,但启动就闪退。

linhaobin commented 1 year ago

遇到相同的问题,排查了好久,最终修改 android/app/build.gradle 文件中原来注释掉的代码,取消注释就可以了

- // apply from: "../../node_modules/react-native/react.gradle"
+ apply from: "../../node_modules/react-native/react.gradle"