I have installed Android Studio but could not access the AVD Manager. It is disabled and not found in the toolbar. I want it to work with react native.
Asked
Active
Viewed 442 times
1
-
Possible duplicate of [How to open AVD manager in Android Studio 3.0 version?](https://stackoverflow.com/questions/46948322/how-to-open-avd-manager-in-android-studio-3-0-version) – Hamdi Bayhan Feb 17 '18 at 22:42
1 Answers
0
AVD Manager isn't available immediately. You should wait until Android Studio load all dependencies. The best solution is to run it from the terminal. For mac:
${ANDROID_SDK}/emulator -avd DEVICE_NAME

Bohdan Pomohaibo
- 521
- 4
- 8