React-Native: Application has not been registered error

后端 未结 23 2172
無奈伤痛
無奈伤痛 2020-12-22 18:55

I am currently going through the React-Native tutorials. I began with the Getting Started tutorial, where I made a new react native project and successfully managed to run t

23条回答
  •  醉酒成梦
    2020-12-22 19:22

    Non of the solutions worked for me. I had to kill the following process and re ran react-native run-android and it worked.

    node ./local-cli/cli.js start

提交回复
热议问题