Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can´t download Android packages through SDK and AVD Manager any more

Tags:

android

sdk

avd

That´s the error message:

 Downloading Android SDK Platform-tools, revision 8
 File not found: C:\Program Files (x86)\Android\android-sdk\temp\platform-tools_r08-windows.zip (Access denied)

When i look into my "temp" folder, it´s empty..

What´s the problem here?

like image 814
user944351 Avatar asked Oct 19 '11 14:10

user944351


People also ask

How do I fix Android SDK is missing or corrupted?

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).

How do I download the latest Android SDK?

Install the SDKClick Tools > SDK Manager. In the SDK Platforms tab, select Android 12. In the SDK Tools tab, select Android SDK Build-Tools 31. Click OK to install the SDK.

How do I know if Android SDK is installed?

In Android Studio, click File > Project Structure. Select SDK Location in the left pane. The path is shown under Android SDK location.


1 Answers

Running "SDK Manager.exe" as administrator should solve your problem. That worked for me.

like image 79
Roger Avatar answered Sep 30 '22 05:09

Roger