skip to Main Content

it is as simple as the question I have no experience with android studio and this is the first time I install it on my pc ever since I installed the program and I can’t seem to find the AVD manager it’s not in tools neither the icon is shown and not even when I press ctrl+shift+a and search for AVD keyword simply it says that nothing with this name appears is there anything I can do in order to show the AVD manager?

2

Answers


  1. Your error might be that the SDK Build Tools are not installed.
    This should help: https://www.tektutorialshub.com/android-studio/avd-manager-sdk-manager-missing-or-greyed-out-in-android-studio/

    Login or Signup to reply.
  2. Take a look at these options-

    1. Press ctrl + shift + a and type emulator. Or you can find it from Topbar Under View > Tool Windows > Emulator

    2. Press ctrl + shift + a and type Device manager. Or you can find it from Topbar Under View > Tool Windows > Device manager

    3. Press ctrl + shift + a and type `Virtual Device manager.

    Here is the screenshot of the View Tab.

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search