AVD manager in Intellij is disabled

9,249

Solution 1

Solution: File -> Settings -> Enter 'Android' into search bar. Select 'Android SDK'.

enter image description here

Select 'edit'. Intellij now asks to download the SDK (~800MB). Intellij becomes unresponsive whilst software downloads and installs (it seems clicking cancel waits until software has downloaded, to cancel). Takes about 5 minutes.

Once done AVD manager now active. enter image description here

Solution 2

File > Project Structure > Dependencies and set SDK. This will set your Android SDK in settings also

enter image description here

enter image description here

Share:
9,249
andyw
Author by

andyw

Updated on December 07, 2022

Comments

  • andyw
    andyw over 1 year

    I am logging this issue and solution (below) as, for the second time, I find myself wasting hours on it.

  • Rahul Mahadik
    Rahul Mahadik over 5 years
    Thanks, i got one more way, from where it already done to my settings. I'll put it in answer
  • User Rebo
    User Rebo about 4 years
    See also this: stackoverflow.com/a/54770056/5164462, if Android doesn't show up in Tools at all.