2

When installing Google APIs for level 7 in Eclipse with the SDK Manager, I got the error:

File not found: C:\Program Files (x86)\Android\android-sdk\temp\google_apis-7_r01.zip (Access is denied) Done. Nothing was installed

Is this to be expected?

B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862

1 Answers1

8

If you are on windows run eclipse with elevated privileges(right click and run as admin) whenever you are doing any updates via eclipse.

Urban
  • 2,201
  • 24
  • 52
  • I tried that (changed the app to target 2.2, and changed the AVD used) and got this in the Console tab: [2011-11-24 11:19:33 - WRYResp] Installation error: INSTALL_FAILED_OLDER_SDK [2011-11-24 11:19:33 - WRYResp] Please check logcat output for more details. [2011-11-24 11:19:33 - WRYResp] Launch canceled! Logcat didn't seem to have anything around that time that corresponded, though... – B. Clay Shannon-B. Crow Raven Nov 24 '11 at 21:11
  • I could swear the answer I responded to above and the one I see there now are not the same; anyway, I did that and it worked fine. Thanks! – B. Clay Shannon-B. Crow Raven Nov 26 '11 at 07:51
  • 1
    I had this problem when updating from SDK Manager on Windows 8.1 and running SDK Manager as admin resolved it. – Chanandler Bong Aug 24 '15 at 04:17