Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android studio can not update with a warning

Tags:

android

When the downloading is finish,it comes a warning:"The Android SDK folder can no longer be inside the application folder.Please move it to a different location such as your home folder.When the IDE restart it will prompt you to enter the new location......" And I restart it and choose a different loaction,but it didn't work.

like image 422
user4213502 Avatar asked Nov 04 '14 09:11

user4213502


People also ask

How do I fix Android SDK not found?

The Cause for this error -SDK tools package might not be installed. Quick fix: Go to the Tools –> SDK manager –> SDK tools. Deselect Hide obsolete packages option on the right bottom and further install Android SDK Tools(obsolete). A new folder named Tools is now generated in the SDK directory.


2 Answers

"The Android SDK folder can no longer be inside the application folder.Please move it to a different location such as your home folder.When the IDE restart it will prompt you to enter the new location"

Open the folder where you put your android studio, on Mac is (Applications/Android\ Studio.app/) and on Windows is %LOCALAPPDATA%\Android\android-studio\sdk, and move the sdk folder you find inside in another location. After you moved it in another location, press the retry button.

like image 106
Blackbelt Avatar answered Oct 14 '22 13:10

Blackbelt


Cut sdk folder from (This is default location, you may have installed it somewhere else)

C:\Users\[Username]\AppData\Local\Android\android-studio

and paste it somewhere else then try to update.

Once it get updated then set the path your sdk in studio.

like image 26
Chirag Jain Avatar answered Oct 14 '22 15:10

Chirag Jain