'Unable to install the SDK tools, finish button is disabled
Solution 1:[1]
Solution: Try to install 2 tools in parallel, not more than 2, if u try to install more than 2 tools this will create this problem.
Solution 2:[2]
You need to accept the license agreement for each and every License displayed on the screen. Once all license agreement is accepted it won't display in bold and the Finish button will be enabled.
Solution 3:[3]
I guess the possible reason is that you have to wait because packages are getting download. Once the packages downloaded then you will be able to click on finish button (only a guess, it might be the possible reason. I solved the problem by "manually downloading" the sdk using terminal which I explained below). But I had a bad internet connection, so, my computer was just get stucked. And I have to download them one by one on my compter.
For manual installation of SDK watch the following video -
https://www.youtube.com/watch?v=c7_JxGX8oxc
At the end you have to add "Android SDK" in the "Android Studio" for that do the following -
- Open android studio
- Click on "Customize" on top left corner
- Select "all setting..."
- Go to "Appearance & Behavior" -> "System Settings" -> "Android SDK"
- Now, find this line - Android SDK Location: Edit Optimize disk space
- Click on "Edit"
- It will open an popup window, it will again ask for "Android SDK Location:" (or it will automatically sense it), to fill the location click on "folder icon", locate downloaded android SDK folder. It will sense the recent available updates, slect them if you want to download them
- Then keep clicking on "Next" untill it start downloading packages
- Once all stuff is done, "THE FINISH BUTTON WILL GET HIGHLIGHT, YOU CAN CLICK IT NOW, AND BE HAPPY, THERE IS NOTHING WORNG WITH YOUR LUCK ?"
By the way, I just started Android Development. I am pure noob. So, if something is wrong feel free to correct me :)
Solution 4:[4]
You have to scroll down to the end of the license text and then click on "Accept", for all the root items in the right column.
Solution 5:[5]
I faced the same problem, then I clicked on all the sdk options and checked whether all were accepted or not. The last one was not accepted, so I accepted it and the finish button was enabled.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | TimeToCode |
Solution 2 | Shashikala |
Solution 3 | Deepak Kumar Jangir |
Solution 4 | Erfan Eghterafi |
Solution 5 | Sanket Shah |