scheurer
scheurer

Reputation: 55

Error Android SDK

I have installed Android SDK and it is working OK, except: for additional items, e.g. Google USB driver

I get the error:

File not found: C:\Program Files (x86)\Android\android-sdk\temp\usb_driver_r07-windows.zip (Access is denied).

The folder ...temp is there but empty.

What is happening?

Upvotes: 6

Views: 6775

Answers (4)

Muhammad Ali Ahsan
Muhammad Ali Ahsan

Reputation: 79

This issue will be resolved by running your IDE (Eclipse, Android Studio) as "Run as administrator".

OR

Set your app ICON to run application always as Administrator.

enter image description here

Upvotes: 5

Parva Thakkar
Parva Thakkar

Reputation: 637

Right click, select Run as Administrator. It should not cause any issue now and installation should work fine. See Issue #72982 SDK Manager cannot update when installed in C:\Program Files (x86), unless run as Administrator.

Upvotes: 2

user1373996
user1373996

Reputation:

Do not use SDK Manager via Eclipse. You can find it from the Start menu and right click on it and choose "Run As Administrator".

Upvotes: 11

Karam Alem
Karam Alem

Reputation: 32

I think you must put the android SDK file in a path without spaces and because eclipse can't read the file

try it and give me your feedback....

Upvotes: 1

Related Questions