Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2015 Installation hangs at Android SDK Setup (API Level 19 and 21) And Level 22

I found a couple post that kept saying to stop the SecondaryInstaller.exe. That stops the installation of the Android SDK altogether. What I found that worked and the SDK installed correctly was stopping the Java.exe process. Everything installed correctly after that process was stopped.

like image 986
Goose Avatar asked Sep 15 '15 13:09

Goose


1 Answers

It is because of Java. Check your machine

java -version

Your machine have to use java version 8 or the latest.
Otherwise your installation cannot be succeed.

like image 126
Frank Myat Thu Avatar answered Nov 15 '22 05:11

Frank Myat Thu