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

Up autofs (5.1.4), btrfs-progs (4.15), cifs-utils (6.7), davfs2 (1.5.4), dosfstools (4.1), e2fsprogs (1.43.9), f2fs-tools (1.10.0), moosefs (3.0.100), milfs-utils (2.2.7), owfs (3.2p1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 12 13:54:33 2018 +0100 (2018-02-12)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/android-platform-tools/description.txt	Mon Feb 12 13:54:33 2018 +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.