wok diff android-platform-tools/description.txt @ rev 24889

grub2: sed command corrected
author Hans-G?nter Theisgen
date Sat Apr 02 17:34:21 2022 +0100 (2022-04-02)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/android-platform-tools/description.txt	Sat Apr 02 17:34:21 2022 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +Android SDK Platform-Tools is a component for the Android SDK. It includes 
     1.5 +tools that interface with the Android platform, such as adb, fastboot, and 
     1.6 +systrace. These tools are required for Android app development. They're also 
     1.7 +needed if you want to unlock your device bootloader and flash it with a new 
     1.8 +system image.
     1.9 +
    1.10 +Although some new features in these tools are available only for recent 
    1.11 +versions of Android, the tools are backward compatible, so you need only one 
    1.12 +version of the SDK Platform-Tools.
    1.13 +
    1.14 +If you're an app developer, you should get the latest version from Android 
    1.15 +Studio's SDK Manager or from the sdkmanager command-line tool. This ensures 
    1.16 +the tools are saved to the right place with the rest of your Android SDK 
    1.17 +tools and easily updated.