Is GUI for Android SDK manager gone?

前端 未结 11 1946
梦如初夏
梦如初夏 2020-11-28 19:55

I rarely do something for Android so I\'m a bit confused. While back there were two type of installations - Android Studio and just Android SDK. I have IDEA so I don\'t need

相关标签:
11条回答
  • 2020-11-28 20:12

    Here is the link for download android sdk with GUI for windows, linux and mac:

    Uncompressing and put the folder named tools inside androidsdk directory, search for android.bat: it's open GUI in windows.

    Download packages and develop apps.

    0 讨论(0)
  • 2020-11-28 20:12

    I am sorry for bumping a necropost. But I have just released a simple Android SDK GUI. Maybe this little weekend project could save some people from headache of using sdkmanager command line or downloading android-tools twice.

    You could check my project at AndroidGUI.

    Fork as you please or better yet send me PR. Any help would be very much appreciated.

    PS: It would be very useful if somebody could point me to the latest sdklib-*.jar source code. So that I could interface with Android SDK directly.

    0 讨论(0)
  • 2020-11-28 20:17

    From the command line, just type

    tools/android sdk
    

    and the usual GUI for the Android SDK will be prompted.

    Hope this helps

    0 讨论(0)
  • 2020-11-28 20:18

    Officially GUI is gone, but pleasant people saved the last of it for us: installer_r24.4.1-windows.exe

    According for this announcment Google doesn't intend to support ADT pluging for Eclipse since June 2015, and so as GUI for ADT at all. They explain the decision with an entire switching to Android Studio. There are no links on official Android sources where to download last GUI version, because they find it as having potential security bugs.

    So you have chance to download the last saved version, till the link will not be changed. If it already happened try to search by tag.

    Thank to Losin' Me for links:

    • Windows (No installer): dl.google.com/android/android-sdk_r24.4.1-windows.zip
    • Mac OS X: dl.google.com/android/android-sdk_r24.4.1-macosx.zip
    • Linux: dl.google.com/android/android-sdk_r24.4.1-linux.tgz

    Found on web.archive.org

    0 讨论(0)
  • 2020-11-28 20:25

    For all Windows users: I just made a "porting" of the old GUI executables...

    although porting is a big word, I just changed the executable so it would read andoid_gui.bat instead of android.bat, and added that file and some required libs (although I think only archquery.jar is needed, I also put sdkmanager.jar, sdkstats.jar and sdkuilib.jar; it seems to work even without them so let me know if they are not needed)

    Just extract it in the SDK directory

    Download here

    0 讨论(0)
提交回复
热议问题