wok-current annotate android-platform-tools/description.txt @ rev 25694

Fix cifs-utils, up grub2-efi-x64 stuff for iso EFI
author Stanislas Leduc <shann@slitaz.org>
date Sat Mar 30 18:05:22 2024 +0000 (3 months ago)
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.