问题
I have previously shut down the react-native run-android still it gets stuck at 99% executing . I don't seem to find any solution to this .please help
回答1:
Please, try this:
adb kill-server
adb start-server
回答2:
shutting down my mac after trying several commands, like the two above was the solution which worked for me.
回答3:
sudo lsof -i:8081 , kill -9 pid .
来源:https://stackoverflow.com/questions/57214774/react-native-run-android-stuck-at-99-appdebug