How to start Android SDK manager?

9,288

Old question, but whatever. I stumbled on the same problem and maybe someone can contribute to make it a bit better for whoever comes next.

The android-sdk manager does not give you anything to start from, if not the basic libraries and few tools to work with Android (like adb).

If you are at this point and don't know what's what, you might want to stop and read a bit more on how the Android development and ecosystem works: using Android Studio (the IDE based on IntellijIDEA) could be a good starting point.

The sdkmanager is (now) part of a different package and it doesn't seem to be shipped through the repos (I guess license issue? or they don't care to package it for debian/ubuntu). You need to download and install it separately from the official android website.

Share:
9,288

Related videos on Youtube

trusktr
Author by

trusktr

Joe Pea trusktr.io (personal site) lume.io (open source 3D toolkit I'm working on) twitter github codepen

Updated on September 18, 2022

Comments

  • trusktr
    trusktr over 1 year

    I've installed Android SDK like so:

    sudo apt-get install android-sdk
    

    Now what? How do I start anything? Searching for "Android" doesn't show anything in Gnome Activities. What did installing android-sdk even do if there's nothing to run? I do see adb at the command line, but that's all.

    • ubfan1
      ubfan1 over 6 years
      The location of the Android SDK Manager is <wherever-you-installed-it>/tools/android. From a terminal, change to that directory and type ./android
    • trusktr
      trusktr over 6 years
      Unfortunately, looks like the android-sdk package for Ubuntu does not come with any android file.
    • ubfan1
      ubfan1 over 6 years
      I don't know what the package includes, but you can download the sdk tools directly from developer.android.com/studio/index.html. From that, you can select which versions you want (for space reasons) to download.
    • Reinsbrain
      Reinsbrain about 4 years
      no sdkmanager to be found anywhere