When I launch Android studio I encounter this Error:
The following SDK components were not installed: build-tools-21.1.1, source-21, sys-img-x86-addon-google_apis-google-21, extra-android-m2repository, android-21, extra-google-m2repository, addon-google_apis-google-21, tools, platform-tools
And when I click retry, it gives me the same error:
IDE Error messages can also appear after an attempt to upgrade or swap an IDE drive with another drive not specifically made for the computer. The error may occur due to an incorrect ;master/slave setting on the drive, or for other reasons.
If the emulator fails to launch due to the error vulkan-1. dll cannot be found , you probably need to update the emulator. To update the emulator in Android Studio, go to Tools > SDK Manager and install the latest stable version of Android platform.
Android Studio is the official Integrated Development Environment (IDE) for Android app development, based on IntelliJ IDEA .
Configure a proxy for Android studio by modifying other.xml file at:
C:\Users\"Your account"\.AndroidStudio\config\options\other.xml
Then change the proxy configurations as follows:
<option name="USE_HTTP_PROXY" value="true" /> <option name="USE_PROXY_PAC" value="false" /> <option name="PROXY_HOST" value="your_proxy_server" /> <option name="PROXY_PORT" value="your_proxy_port" />
code.google.com/p/android/issues/detail?id=82789
download build-tools21.1.1 google link or dehkadeco.ir link
sdk will be located under C:\Users\<>\AppData\Local\Android\sdk.
You may find that 21.1.2 is already in place C:\Users\<>\AppData\Local\Android\sdk\build-tools Create a folder with name "21.1.1" under this.
Copy all the files from the downloaded build-tools:21.1.1 under android-5.0 to C:\Users\<>\AppData\Local\Android\sdk\build-tools\21.1.1
Start the Android studio now.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With