[How to solve this red emulator error? (React native app in VScode?][1]
How to solve this red emulator error? (React native app in VScode?
It's at start project.
I use: Vscode yarn android [1]: https://i.stack.imgur.com/g0RhY.jpg
CodePudding user response:
The adb port doesn't seem to be suitable. You can try the following.
adb reverse tcp:8081 tcp:8081
yarn start
yarn android
CodePudding user response:
Check your navigations, clean gradle and try to run it. Otherwise uninstall it and then again put commands. Check Local properties and paths also.