React-native run-android stuck at 99% appDebug

情到浓时终转凉″ 提交于 2021-02-07 06:53:15

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!