Hello,
I just cloned my existing project repo (just expo boiler plate) and 'npm install’
Once the project is opened, it prints below and nothing pops up in the simulator.
Couldn't start project on Android: ADB server didn't ACK
* failed to start daemon *
error: protocol fault (couldn't read status): Connection reset by peer
error: protocol fault (couldn't read status): Connection reset by peer
And I tried it with my phone too and the screen is stuck on loading.
I tried to kill and start the adb server. But I can’t still fix the problem!
jaemin@jaemin-desktop:~/Desktop/Stylee/workspace/Stylee-Mobile$ adb kill-server
* server not running *
jaemin@jaemin-desktop:~/Desktop/Stylee/workspace/Stylee-Mobile$ adb start-serveradb server is out of date. killing...
cannot bind 'tcp:5037': Address already in use
ADB server didn't ACK
* failed to start daemon *
Please help
Thanks for your support!!