Android Sdk manager won't open without any kind of error message

Answered

I'm trying to use Intellij Idea to develop Android Apps and currently I have problems with the opening of the SDK manager, I have correctly set the sdk path and currently it allows me to build, run and even launch the AVD manager.

Also if there is any problem of dependencies with a missing android sdk platform and I choose to install it from gradle message box like this one "Error:Failed to find XXX, Install XXX and sync project" it even allows me to install.

The problem is that if I try to open the SDK Manager GUI by Tools | Android | SDK Manager it doesn't open anything and the only thing printed on the log file is

2017-07-03 14:22:17,001 [ 471180]   INFO - ains.android.util.AndroidUtils - /home/archie/android-sdk/tools/android sdk
2017-07-03 14:22:23,824 [ 478003]   INFO - ains.android.util.AndroidUtils - /home/archie/android-sdk/tools/android sdk
2017-07-03 14:22:28,138 [ 482317]   INFO - ains.android.util.AndroidUtils - /home/archie/android-sdk/tools/android sdk

This is the system info

IntelliJ IDEA 2017.1.4
Build #IU-171.4694.23, built on June 6, 2017
JRE: 1.8.0_131-b11 amd64
JVM: OpenJDK 64-Bit Server VM by Oracle Corporation
Linux 4.11.7-1-ARCH

0
1 comment

SDK Manager is no longer available in Android SDK, Google has removed it.

Please see https://youtrack.jetbrains.com/issue/IDEA-173890.

IntelliJ IDEA 2017.2 at https://www.jetbrains.com/idea/nextversion/ already has the built-in SDK manager for Android packages.

0

Please sign in to leave a comment.