Latest android tools version

SDK Build Tools Release Notes

See Also

Build Tools is a component of the Android SDK required for building Android application code. The latest version of these tools is included in the SDK starter package and installed in the /build-tools/ directory.

You should always keep your Build Tools component updated by downloading the latest version using the Android SDK Manager. By default, the Android SDK uses the most recent downloaded version of the Build Tools. If your projects depend on older versions of the Build Tools, the SDK Manager allows you to download and maintain separate versions of the tools for use with those projects.

To use a specific version of the Build Tools in your application project:

  1. In the root folder of your application project, find the project.properties file.
  2. Open the file and specify the Build Tools version by adding a buildtools property on a separate line:
  1. In the root folder of your application project, find the build.gradle file.
  2. Open the file and specify the Build Tools version by adding a buildToolsVersion property to the android section:

Revisions

The sections below provide notes about releases of the Build Tools. To determine which revisions of the Build Tools are available in your SDK, refer to the Installed Packages listing in the Android SDK Manager.

Build Tools, Revision 22.0.1 (March 2015)

Fixed compatibility issues with RenderScript kernels on Android 4.4 (API level 19) to Android 4.1 (API level 16) devices.

Build Tools, Revision 22.0.0 (March 2015)

Added support for Android 5.1 (API level 22).

Build Tools, Revision 21.1.2 (February 2015)

Fixed problem with building data layouts in 32-bit mode.

Build Tools, Revision 21.1.1 (November 2014)

Fixed multidex script issues.

Build Tools, Revision 21.1 (October 2014)

Added multidex file support for APKs and Jack support to address the 64K method reference limit.

Build Tools, Revision 21.0.2 (October 2014)

Complete updates for Eclipse ADT to solve instability issues on Windows platforms.

Build Tools, Revision 21.0.1 (October 2014)

Initial updates for Eclipse ADT on Windows. Please use Revision 21.0.2.

Build Tools, Revision 21.0.0 (October 2014)

Build Tools, Revision 20.0.0 (June 2014)

Build Tools, Revision 19.1.0 (May 2014)

Build Tools, Revision 19.0.3 (March 2014)

Fixed an issue with RenderScript support.

Build Tools, Revision 19.0.2 (February 2014)

Build Tools, Revision 19.0.1 (December 2013)

Build Tools, Revision 19 (October 2013)

Added support for Android 4.4 (API level 19) build targets.

Build Tools, Revision 18.1.1 (September 2013)

Fixed several minor build issues.

Читайте также:  Genshi impact андроид гайд

Build Tools, Revision 18.1.0 (September 2013)

Fixed issue with RenderScript support mode.

Build Tools, Revision 18.0.1 (July 2013)

Added support for Android 4.3 (API level 18) build targets.

Build Tools, Revision 17 (May 2013)

General Notes:

  • Included support for Android 4.2 (API level 17) build targets.
  • Decoupled the build-specific components of the Android SDK from the platform-tools component, so that the build tools can be updated independently of the integrated development environment (IDE) components.

Источник

Latest android tools version

Краткое описание:
Управляйте вашим смартфоном через интерфейсы ADB и fastboot
Описание:
Android Tool — мощная и красивая Open Source программа, созданная для облегчения использования популярных команд adb и fastboot. Темная тема, интуитивно понятный интерфейс и другие полезные функции

  • Пакетная или одиночная установка приложений (.apk)
  • Открытие, закрытие или удаление данных приложения
  • Отключение, включение или удаление системных приложений
  • Получение и сохранение в файл логов с вашего устройства
  • Установка кастомного recovery в fastboot или вайп разделов
  • Всегда самые свежие и актуальные ссылки на прошивки и всё что с ними связано
  • И не только 😉

Использование
Первый способ (рекомендуется)

  • Скачать программу .jar файл
  • Откройте его и нажмите кнопку «Install», чтобы загрузить SDK Platform Tools.
  • Наслаждайтесь

Второй способ (портативный)

  • Загрузите портативный zip-архив для вашей системы
  • Извлеките его
  • Откройте файл программы .jar и наслаждайтесь

Системные требования:

  • ОС (Windows (11, 10, 8.1, 8), Linux, MacOS)
  • JRE (Java Runtime Environment)

Русский интерфейс: Нет

Сообщение отредактировал fast_geek — 11.09.21, 00:30

Sanya ,
Поддержка будет, но как говорится когда неизвестно), если серьезно, то постараюсь в ближайшее время начать перенос, раз интересна такая тема

Сообщение отредактировал fast_geek — 31.07.20, 14:18

Тип: Новая версия
Версия: 0.8.5
Краткое описание: Новая версия Android Tool
Что нового:

  1. Добавлена кнопка выключения устройства (Adb)
  2. Изменён дизайн некоторых элементов для совместимости с шрифтами других систем
  3. Оптимизация кода и производительности
  4. Исправлены несколько ошибок

Про поддержку Linux
Начиная с версии 0.8.5 будет полная совместимость с Linux (Один и тот же .jar файл будет работать и на ОС Windows, и на Linux)
Для работы на Linux в терминале необходимо выполнить команды:

  • sudo apt-get install default-jre — установка jre, (выполнять, если не установлена)
  • sudo apt-get install android-tools-adb android-tools-fastboot — установка adb и fasboot, после этого достаточно извлечь Android_Tool.jar без дополнительных файлов и пользоваться

Тестирование приветствуется!

  • Обновлены неактуальные ссылки в разделе Links
  • Обновлены инструменты adb и fastboot
  • Исправлено несколько багов, а также изменены некоторые элементы для более удобного взаимодействия с ними
  • Рекомендую обновиться всем
    :thank_you: Тестирование приветствуется!

    Сообщение отредактировал fast_geek — 18.08.20, 16:42

    Источник

    Android SDK 31.0.0

    The Android SDK provides all the necessary developer tools to build, test, and debug apps for Android in Windows, Mac or Linux.

    Download

    What’s New

    Certified

    The Android SDK is composed of modular packages that you can download separately using the Android SDK Manager. For example, when the SDK Tools are updated or a new version of the Android platform is released, you can use the SDK Manager to quickly download them to your environment. Simply follow the procedures described in Adding Platforms and Packages.

    Читайте также:  The lost temple для андроид

    The Android SDK Platform-Tools is a component for the Android SDK. 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.

    If you do not need Android Studio, you can download the basic Android command line tools. You can use the included sdkmanager to download other SDK packages.

    • Disable compression on pull by default.
    • Improve performance of adb push when pushing many files over a high-latency connection.
    • Improve adb push/pull performance on Windows.
    • Fix adb push —sync with multiple inputs.
    • Improve performance of incremental apk installation.
    • Improve error handling for incremental apk installation.
    • Fix fallback to non-incremental apk installation on pre-Android 11 devices.
    • Fix adb install-multi-package.
    • Fix some more crashes related to adb wireless pairing.
    • Improve some error messages.
    • Improve console output on fastboot oem commands.
    • Fix fastboot flashall on Nexus 7.

    30.0.4 Command-line tools:

    • Fix installation of APKs signed with v4 signature scheme on pre-Android 11 devices.
    • Fix crash when authenticating without ADB_VENDOR_KEYS.
    • Fix crash when using adb -H.

    Previous release notes:

    • A command-line version of the Apk Analyzer has been added in tools/bin/apkanalyzer. It offers the same features as the Apk Analyzer in Android Studio and can be integrated into build/CI servers and scripts for tracking size regressions, generating reports, and so on.
    • ProGuard rules files under tools/proguard are no longer used by the Android Plugin for Gradle. Added a comment to explain that.
    • When creating an AVD with avdmanager, it is no longer necessary to specify —tag if the package specified by —package only contains a single image (as is the case for all images currently distributed by Google).

    There are several different packages available for the Android SDK. The table below describes most of the available packages and where they’re located once you download them.

    29.0.5 (October 2019) Command-line tools:

    • Slight performance improvement on Linux when using many simultaneous connections.
    • Add —fastdeploy option to adb install, for incremental updates to APKs while developing.
    Читайте также:  Security alarm system android

    Available Packages:

    • SDK Tools
      • Contains tools for debugging and testing, plus other utilities that are required to develop an app. If you’ve just installed the SDK starter package, then you already have the latest version of this package. Make sure you keep this up to date.
    • SDK Platform-tools
      • Contains platform-dependent tools for developing and debugging your application. These tools support the latest features of the Android platform and are typically updated only when a new platform becomes available. These tools are always backward compatible with older platforms, but you must be sure that you have the latest version of these tools when you install a new SDK platform.
    • Documentation
      • An offline copy of the latest documentation for the Android platform APIs.
    • SDK Platform
      • There’s one SDK Platform available for each version of Android. It includes an android.jar file with a fully compliant Android library. In order to build an Android app, you must specify an SDK platform as your build target.
    • System Images
      • Each platform version offers one or more different system images (such as for ARM and x86). The Android emulator requires a system image to operate. You should always test your app on the latest version of Android and using the emulator with the latest system image is a good way to do so.
    • Sources for Android SDK
      • A copy of the Android platform source code that’s useful for stepping through the code while debugging your app.
    • Samples for SDK
      • A collection of sample apps that demonstrate a variety of the platform APIs. These are a great resource to browse Android app code. The API Demos app in particular provides a huge number of small demos you should explore.
    • Google APIs
      • An SDK add-on that provides both a platform you can use to develop an app using special Google APIs and a system image for the emulator so you can test your app using the Google APIs.
    • Android Support
      • A static library you can include in your app sources in order to use powerful APIs that aren’t available in the standard platform. For example, the support library contains versions of the Fragment class that’s compatible with Android 1.6 and higher (the class was originally introduced in Android 3.0) and the ViewPager APIs that allow you to easily build a side-swipeable UI.
    • Google Play Billing
      • Provides the static libraries and samples that allow you to integrate billing services in your app with Google Play.
    • Google Play Licensing
      • Provides the static libraries and samples that allow you to perform license verification for your app when distributing with Google Play.

    Download links for previous version Android SDK 25.2.3:

    Источник

    Оцените статью