Issue
When I start my React Native project using command npx react-native run-android
, I got
a simulator window.
However, when I hit the launch button in Android Studio, the simulator appears in a small window inside Android Studio.
Is there anyway to start the simulator like in the first picture manually?
Solution
Since the new Update the Emulator always starts inside AS but you can get the old look back by doing this:
- Go to Preferences of Android Studio
- Search for emulator, or navigate to tools -> Emulator
- Uncheck the Launch in a tool window
Answered By - yesIamFaded
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.