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 Studio. Typically I download SDK that have UI tool to download its components.
I just got https://dl.google.com/android/repository/tools_r25.2.3-linux.zip and I can't see UI SDK Manager in it. There is bin/sdkmanager
shell script. But it's kinda inconvenient for my purpose because going through output of --list
, copy-pasting packages names and running sdkmanager
would take too much time.
What's the way of installing this quickly now ?
PS. I'm on Ubuntu 16.10 in case it matters.
PS2. I just tried sdkmanager "platforms;android-25"
as per documentation but it gave no output after me agreeing to terms. Where did it install SDK files? Did it even install it? Amazing.
To Solve Android sdkmanager tool not found in Flutter The right solution would be if you have android studio installed then the command flutter doctor and it should now prompt you to run flutter doctor –android-licenses, once you run the license command, accept all licenses by hitting Y and it should solve the problem.
To open the SDK Manager from Android Studio, click Tools > SDK Manager or click SDK Manager in the toolbar. If you're not using Android Studio, you can download tools using the sdkmanager command-line tool. When an update is available for a package you already have, a dash appears in the check box next to the package.
It should be in: C:\Program Files (x86)\Android unless you set a particular path.
Looks like I'm not the only one who had to deal with this idiocy. The way to install it
/parent
folder so it has /parent/tools
. I extracted content of zip's tools
to /androidsdk
and it was mistake. Script couldn't find it.ANDROID_HOME
to /parent
folder./parent/tools/android sdk
to see SDK Manager's GUI.Google, was it hard to leave script that does the above in installation zip so people don't need to waste 40 minutes googling around ?
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:
Found on web.archive.org
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With