wok-6.x annotate android-platform-tools/description.txt @ rev 24553
updated flac and flac-dev (1.3.3 -> 1.3.4)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 25 11:10:06 2022 +0100 (2022-02-25) |
parents | |
children |
rev | line source |
---|---|
hackdorte@20007 | 1 Android SDK Platform-Tools is a component for the Android SDK. It includes |
hackdorte@20007 | 2 tools that interface with the Android platform, such as adb, fastboot, and |
hackdorte@20007 | 3 systrace. These tools are required for Android app development. They're also |
hackdorte@20007 | 4 needed if you want to unlock your device bootloader and flash it with a new |
hackdorte@20007 | 5 system image. |
hackdorte@20007 | 6 |
hackdorte@20007 | 7 Although some new features in these tools are available only for recent |
hackdorte@20007 | 8 versions of Android, the tools are backward compatible, so you need only one |
hackdorte@20007 | 9 version of the SDK Platform-Tools. |
hackdorte@20007 | 10 |
hackdorte@20007 | 11 If you're an app developer, you should get the latest version from Android |
hackdorte@20007 | 12 Studio's SDK Manager or from the sdkmanager command-line tool. This ensures |
hackdorte@20007 | 13 the tools are saved to the right place with the rest of your Android SDK |
hackdorte@20007 | 14 tools and easily updated. |