When you are trying to install API or tools from the android SDK manager and you are getting error like
Downloading SDK Platform Android 2.3, API 9, revision 1 File not found: C:\Program Files (x86)\Android\android-sdk-windows\temp\android-2.3_r01-linux.zip (Access is denied)
Done. Nothing installed
Then you need to close the SDK manager
Go to the android/sdk/tools folder
Right click on the android.bat file and “Run as administrator”
You need to run as an administrator to install android tools or api
Comments