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

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (24 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.