1

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.

Patrick Hund
  • 19,163
  • 11
  • 66
  • 95
  • 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 Answers1

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