Reputation: 55
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
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.
Upvotes: 5
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
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
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