Reputation: 181
I have an issue updating the android SDK tools rev 19 to rev 20 & Android SDK Platform-tool rev 11 to rev 12.
I checked the SDK manager log and it displayed the below error:
File not found: C:\Program Files (x86)\Android\android-sdk\temp\platform-tools_r12-windows.zip (Access is denied)
Skipping 'Android SDK Tools, revision 20'; it depends on 'Android SDK Platform-tools, revision 12' which was not installed.
Done. Nothing was installed.
Upvotes: 18
Views: 15002
Reputation: 21
All you have to do is:
SDK.exe
file.trouble shoot compatibilty
.Worked for me, hope it helps.
Upvotes: 2
Reputation: 2733
Try this:
C:\Program Files (x86)\Android\android-sdk\temp\
and extract dowloaded file to this foldertemp
folder.That's it. It works for me.
Upvotes: 3
Reputation: 51
This method works only for Windows 7 x64 :
SDK.exe
Run This Program in Compatibility mod
e for Windows XP SP3. Run this Program as Administrator
. Upvotes: 5
Reputation: 62519
dont run your eclipse short cut as admin ..run the actual exe as admin
Upvotes: 1
Reputation: 707
Have you tried running the SDK Manager "as administrator" ?
Following steps to run SDK manager as administrator on windows 7
Upvotes: 39