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?
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
2
Answers
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/
Take a look at these options-
Press
ctrl + shift + a
and typeemulator
. Or you can find it from Topbar UnderView > Tool Windows > Emulator
Press
ctrl + shift + a
and typeDevice manager
. Or you can find it from Topbar UnderView > Tool Windows > Device manager
Press
ctrl + shift + a
and type `Virtual Device manager.Here is the screenshot of the View Tab.