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

前端 未结 4 1828
北海茫月
北海茫月 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:40

    In my case when there was no error at all and build was successful, the builder was exiting after the build and app crashed.

    Here is you solve it, after it exits, just type

    yarn start
    

    Your react-native should be up & running.

    Hope it helps.

提交回复
热议问题