0

I need to run SDK Manager but get me bellow error :

enter image description here

And when I run the project get me this error Failure [INSTALL_FAILED_UID_CHANGED] .

1 Answers1

1

Under Android Studio, select File -> Project Structure -> JDK location.

Specify the JAVA SDK folder. And also Make sure the folder does exist.

This error cause there's not any folder or SDK manager found in this directory.you just need to do like above and Specify the PATH of SDK Manager.

you can find the PATH of sdk manager in SDK manager or when you need to install it: e.x:

enter image description here

ʍѳђઽ૯ท
  • 16,646
  • 7
  • 53
  • 108
  • if you are using windows, do this : http://stackoverflow.com/a/14269158/4960200 - remember, this is another question! and open it with `RUN AS Administrator` – ʍѳђઽ૯ท Jul 21 '15 at 05:41
  • In this path select File -> Project Structure -> JDK location my Android location is C:\Users\admin\AppData\Local\Android\sdk and it is true but don't run . –  Jul 21 '15 at 05:43
  • Because this is in c drive and it should open with run as administrator.please follow this question in another thread.remember to do like above link in envoirnment variables and ... – ʍѳђઽ૯ท Jul 21 '15 at 05:44
  • I run with administrator but don't open :( –  Jul 21 '15 at 06:06