Error: "SDK emulator directory is missing" in Android Studio on Linux

hamidreza Momeni picture hamidreza Momeni · Feb 28, 2020 · Viewed 7.2k times · Source

I'm trying to install android studio on linux manjaro but it shows me following error:

SDK emulator directory is missing

How i can to fix it?

The error mesage:

error screenshot

Answer

Andrew picture Andrew · Apr 28, 2020

I met this problem this morning.

Because I did not drop Android Studio into Application directory, It disappear after it be drop into /Users/{user name}/Applications directory, you can drop it in /Applications or Launchpad, etc.

or, you can check SDK directory if exist, try to manual create emulator directory, but I think it not best way to try, because we should find the root cause (like access right, etc).

Good luck, hope you fix it already.