Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android studio installation warning : A folder failed to be moved

I installed the android studio today and I got a problem with the SDK manager:

enter image description here

I've followed this guide: http://developer.android.com/sdk/installing/adding-packages.html

When I install the -

ARM EABI v7a System Image

I get this error. I tried to disable the antivirus but its still doesn't work.
Hope for answers, thanks.

like image 749
iYonatan Avatar asked Jun 29 '14 09:06

iYonatan


2 Answers

I have similar problems at my company with installations, also with android-studio and sdk. Usually run as admin solves most of those issues.

like image 63
sschrass Avatar answered Oct 02 '22 22:10

sschrass


  1. Close Android Studio or Eclipse.
  2. Open folder "C:\Users\YourPC\AppData\Local\Android\sdk\tools"
  3. Run "android.bat" as Administrator.

Now you can fix it.

like image 28
Binh Avatar answered Oct 02 '22 23:10

Binh