Issue
When I want to execute react-native run-android in terminal, I must open android studio and run android emulator first, It's tricky. Someone knows how to run android emulator in terminal?
Solution
Under your sdk install location there is a directory called tools. From there you can run;
$ ./emulator -avd my-android-image
Answered By - hasseio
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.