Changes

Jump to: navigation, search

Android Studio Installation and Setup

25 bytes added, 18:52, 4 January 2019
Making the Android SDK Tools Command-line Accessible
Once the installation is complete, review the package list and make sure that the selected packages are now listed as Installed in the Status column. If any are listed as Not installed, make sure they are selected and click on the Apply button again.
== Making Making the Android SDK Tools Command-line Accessible ==
Most of the time, the underlying tools of the Android SDK will be accessed from within the Android Studio environment. That being said, however, there will also be instances where it will be useful to be able to invoke those tools from a command prompt or terminal window. In order for the operating system on which you are developing to be able to find these tools, it will be necessary to add them to the system’s PATH environment variable.
The location of the SDK on your system can be identified by launching the SDK Manager and referring to the Android SDK Location: field located at the top of the settings panel as highlighted in Figure 2-7:
[[Image:android_studio_3.0_sdk_location.png]]

Navigation menu