From the course: Android Development Essential Training: Your First App with Kotlin

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Use Android command-line tools

Use Android command-line tools - Android Tutorial

From the course: Android Development Essential Training: Your First App with Kotlin

Start my 1-month free trial

Use Android command-line tools

- [Instructor] As an Android developer, you'll find that you spend most of your time in Android Studio. But there are many situations where knowing how to use Android command-line tools can be very useful. First, you'll want to add the SDK's tools and platform tools directories to your system path. They're located here, under your SDK directory. On Mac, that's typically under the library, Android, SDK directory under your home directory, and on Windows it's wherever you placed it when you installed Android Studio. From here you'll find the tools directory, and under there a BIN directory and there are commands in both of those directories in the most recent releases, and then there's a platform tools directory. And this is where the critical tool ADB, for Android Debug Bridge, is located. If you've never done that before, you can find directions in the course Android Studio Essential Training. Now, to add these directories to your path, on Windows, just add them to your path…

Contents