Salhieh1985
Salhieh1985

Reputation: 181

an issue updating Android SDK Tools rev 19 to rev 20 using windows 7- 64bit

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

Answers (5)

giddy
giddy

Reputation: 21

All you have to do is:

  1. Right click on the SDK.exe file.
  2. Select trouble shoot compatibilty.
  3. Do not select the problem you don't have.
  4. You are ready to go.

Worked for me, hope it helps.

Upvotes: 2

Vukašin Manojlović
Vukašin Manojlović

Reputation: 2733

Try this:

  • Dowload zip file from this link.
  • Navigate to C:\Program Files (x86)\Android\android-sdk\temp\ and extract dowloaded file to this folder
  • It will rewrite your platform tools folder.
  • Download SDK tools revision 20 from here and add it to temp folder.

That's it. It works for me.

Upvotes: 3

Javaid Ali
Javaid Ali

Reputation: 51

This method works only for Windows 7 x64 :

  1. Right click on SDK.exe
  2. Click Properties
  3. Select Compatibility
  4. Check on Run This Program in Compatibility mode for Windows XP SP3.
  5. Run this Program as Administrator.
  6. Apply & Ok

Upvotes: 5

j2emanue
j2emanue

Reputation: 62519

dont run your eclipse short cut as admin ..run the actual exe as admin

Upvotes: 1

franckysnow
franckysnow

Reputation: 707

Have you tried running the SDK Manager "as administrator" ?

Following steps to run SDK manager as administrator on windows 7

  • Right Click SDK Manager
  • Select Run As Administrator
  • Click the YES button (if asked for)

Upvotes: 39

Related Questions