It includes tools that interface with the Android platform, such as adb , fastboot , and systrace. These tools are required for Android app development. They're also needed if you want to unlock your device bootloader and flash it with a new system image.
Although some new features in these tools are available only for recent versions of Android, the tools are backward compatible, so you need only one version of the SDK Platform-Tools.
This ensures the tools are saved to the right place with the rest of your Android SDK tools and easily updated. Fixed adb problems with some Windows firewalls, manifesting as "cannot open transport registration socketpair" bug Both adb --version and fastboot --version now include the install path.
Changed adb to not resolve localhost to work around misconfigured VPN. The new adb host-features command will tell you whether or not you're using libusb. The output should include "libusb". Content and code samples on this page are subject to the licenses described in the Content License. Android Studio. Download What's new User guide Preview. Features overview Release notes. Android Developers. Revisions Fix bug in adb track-devices where devices over wireless debugging wouldn't immediately receive updates.
Derive device locked state from property instead of parsing the kernel command line. Improve incremental installation performance. Fix adb push --sync with multiple inputs. Improve performance of incremental apk installation.
Improve error handling for incremental apk installation. Fix adb install-multi-package. Fix some more crashes related to adb wireless pairing. Improve some error messages. Fix fastboot flashall on older devices such as Nexus 7. Fix crash when using adb -H. Fix hang in adb logcat when run before a device is connected. Improve performance of adb install-multi on Android 10 or newer devices.
Update support for wireless pairing. Add support for incremental APK installation. Improve performance of adb push on high-latency connections.
Fix hang when using adb install on something that isn't actually a file. Add --fastdeploy option to adb install , for incremental updates to APKs while developing. This also fixes a related bug in the Android Studio Profilers that causes an AdbCommandRejectedException , which you can see in the idea.
Fix devices going offline on Windows. Improve adb install output and help text. On Linux, when connecting to a newer adb server, instead of killing the server and starting an older one, adb attempts to launch the newer version transparently. Previously, adb root; adb wait-for-device could mistakenly return immediately if adb wait-for-device started before adb noticed that the device had disconnected. Fixes authentication—when the private key used for authentication does not match the public key—by calculating the public key from the private key, instead of assuming that they match.
Updated Windows requirements The platform tools now depend on the Windows Universal C Runtime, which is usually installed by default via Windows Update. If you see errors mentioning missing DLLs, you may need to manually fetch and install the runtime package. Upon disconnection, adb will attempt to reconnect for up to 60 seconds before abandoning a connection. Do not forget to check out the full list of ADB and Fastboot commands.
On Windows 10, the option name is a bit changed. For more info, Please read our privacy policy before submitting your comment. Save my name, email, and website in this browser for the next time I comment. This site uses Akismet to reduce spam. Learn how your comment data is processed.
Skip to primary navigation Skip to main content Skip to primary sidebar. Launch command window in the platform-tools folder You can also open a command prompt on Windows as follows. Related Posts. How to Downgrade Android Versions.
0コメント