'React native run android' stop immediatelly after start the app in emulator

前端 未结 4 1802
北海茫月
北海茫月 2021-02-13 21:36

I\'m trying to test my Android application but when I start it with react-native run-android command after it is start on the device inmediatelly stop without error

4条回答
  •  抹茶落季
    2021-02-13 21:48

    In my case just cleaning the cache was helpful:

    npm cache clean --force  
    .android/gradlew clean
    

提交回复
热议问题