Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

3.2 sdk platform install problem. "Done. Nothing was installed"

I select everything in the new 3.2 update but then I get the error message "done. nothing was installed" after the sdk manager runs its process.

Here is the sdk install log:

Downloading Android SDK Tools, revision 12 File not found: C:\Program Files (x86)\Android\android-sdk\temp\tools_r12-windows.zip (Access is denied) Downloading Android SDK Platform-tools, revision 6 File not found: C:\Program Files (x86)\Android\android-sdk\temp\platform-tools_r06-windows.zip (Access is denied) Downloading Documentation for Android SDK, API 13, revision 1 File not found: C:\Program Files (x86)\Android\android-sdk\temp\docs-3.2_r01-linux.zip (Access is denied) Downloading Samples for SDK API 13, revision 1 File not found: C:\Program Files (x86)\Android\android-sdk\temp\samples-3.2_r01-linux.zip (Access is denied) Downloading Android Compatibility package, revision 3 File not found: C:\Program Files (x86)\Android\android-sdk\temp\compatibility_r03.zip (Access is denied) Downloading Google Admob Ads Sdk package, revision 3 File not found: C:\Program Files (x86)\Android\android-sdk\temp\googleadmobadssdkandroid-4.1.1.zip (Access is denied) Skipping 'SDK Platform Android 3.2, API 13, revision 1'; it depends on 'Android SDK Tools, revision 12' which was not installed. Skipping 'Google APIs by Google Inc., Android API 13, revision 1'; it depends on 'SDK Platform Android 3.2, API 13, revision 1' which was not installed. 
like image 938
user827304 Avatar asked Jul 21 '11 23:07

user827304


People also ask

How do I fix missing SDK?

Quick fix: Go to the Tools –> SDK manager –> SDK tools. Deselect Hide obsolete packages option on the right bottom and further install Android SDK Tools(obsolete). A new folder named Tools is now generated in the SDK directory.

How manually install SDK tools?

In your browser on the PC, open the Android SDK download page and click Download the SDK Tools ADT Bundle for Windows. On the Get the Android SDK page, you can select either 32-bit or 64-bit, according to your Windows platform. This download includes the SDK tools and the Eclipse IDE.

How do I find where the SDK is installed?

All of the packages are downloaded into your Android SDK directory, which you can locate as follows: In Android Studio, click File > Project Structure. Select SDK Location in the left pane. The path is shown under Android SDK location.


1 Answers

Start the SDK manager as Administrator.


  • Right Click SDK Manager
  • Select Run As Administrator
  • Click the YES button
like image 127
Nikola Despotoski Avatar answered Sep 25 '22 06:09

Nikola Despotoski