Home > Software engineering >  Android studio AVD manager is missing
Android studio AVD manager is missing

Time:03-30

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?

CodePudding user response:

Your error might be that the SDK Build Tools are not installed. This should help: enter image description here

  • Related