Android Support Package Revision 10 File Not Found

Installing the support package for your Android project is simple, rightclick you project and select Android Tools -> Add Support Library. You can run into this error when trying to install it:

Downloading Android Support Library, revision 10
File not found: C:\Program Files (x86)\Android\android-sdk\temp\support_r10.zip (access is denied)
Done. Nothing was installed.

You might be lucky you can install it if you run Eclipse as Administrator, but it does not seem to work for revision 10. To install it otherwise is to open Android SDK Manager as Administrator. Navigate to the exe file at your android-sdk path. E.g. (C:\Program Files (x86)\android-sdk\SDK Manager.exe)

In Android SDK Manager find Extras > support Library and select “Android Support Library” , notes the Rev. 10 and status is not installed.

Android Support Package Revision 10 File Not Found

Now try to install the

Try making a new project now Android Support Package Library in Eclipse again, you might have to restart Eclipse.