**Update 2019-10:**

As [stated in the issue tracker][1], Google has been working on a new **Android SDK Command-line Tools** release that runs on current JVMs (9, 10, 11+) and does not depend on deprecated JAXB EE modules!

You can download and use the new **Android SDK Command-line Tools** inside Android Studio or by manually downloading them from the Google servers:

 - [SDK Tools for Linux](https://dl.google.com/android/repository/commandlinetools-linux-6200805_latest.zip)
 - [SDK Tools for Mac OS](https://dl.google.com/android/repository/commandlinetools-mac-6200805_latest.zip)
 - [SDK Tools for Windows](https://dl.google.com/android/repository/commandlinetools-win-6200805_latest.zip)

For the latest versions check the URLs inside the [repository.xml][2].

If you manually unpack the command line tools, take care of placing them in a subfolder inside your `$ANDROID_HOME` (e.g. `$ANDROID_HOME/cmdline-tools/...`).

**Update 2021-03:**

The latest stable command-line tools are available at [Googles Downloads-Website][3]. These tools are newer than those linked above.


 [1]: https://issuetracker.google.com/issues/67495440#comment13
 [2]: https://dl.google.com/android/repository/repository2-1.xml
 [3]: https://developer.android.com/studio#command-tools