32
4.3 Settings for ADB ( Android Debug Bridge )
In order to use Android SDK tools such as adb from the command prompt, it is needed to add the path to
Android SDK to the system environment variable. Add the following two paths.
The "tools" folder under "Android SDK Installation Location" that you took note.
The "platform-tools" folder under "Android SDK Installation Location".
In the above example, the path to add is as follows.
C:¥Users¥casio¥AppData¥local¥Android¥sdk¥tools
C:¥Users¥casio¥AppData¥local¥Android¥sdk¥platform-tools