Примечания к выпуску инструментов платформы SDK

Android SDK Platform-Tools — это компонент для Android SDK. Он включает в себя инструменты, взаимодействующие с платформой Android, в первую очередь adb и fastboot . Хотя adb требуется для разработки приложений Android, разработчики приложений обычно просто используют копию, установленную Studio. Эта загрузка полезна, если вы хотите использовать adb непосредственно из командной строки и у вас не установлена ​​Studio. (Если у вас установлена ​​Studio, вы можете просто использовать установленную копию, поскольку Studio автоматически обновит ее.) fastboot необходим, если вы хотите разблокировать загрузчик устройства и прошить его новым образом системы. Этот пакет раньше содержал systrace , но он устарел в пользу Studio Profiler, gpuinspector.dev или Perfetto.

Хотя некоторые новые функции в adb и fastboot доступны только для последних версий Android, они обратно совместимы, поэтому вам понадобится только последняя версия SDK Platform-Tools, и вы должны сообщать об ошибках, если обнаружите исключения.

Загрузки

Если вы разработчик Android, вам следует получить последнюю версию SDK Platform-Tools из SDK Manager Android Studio или из инструмента командной строки sdkmanager . Это гарантирует, что инструменты будут сохранены в нужном месте с остальными инструментами Android SDK и легко обновляться.

Но если вам нужны только эти инструменты командной строки, воспользуйтесь следующими ссылками:

Хотя эти ссылки не меняются, они всегда указывают на самую последнюю версию инструментов.

Пересмотры

36.0.0 (апрель 2025 г.)

  • адб
    • Переписанный USB-бэкэнд libusb (использует sync API вместо async API). Повышает надежность и устраняет нехватку памяти в Linux.
    • Поддержка горячего подключения USB-бэкэнда Libusb для Windows (включает определение скорости USB).
    • Улучшенный server-status теперь отображается, если mdns включен.
    • Исправлена ​​ошибка macOS, из-за которой пакеты нулевой длины не отправлялись, что приводило к зависанию соединения (b/208675141).
    • Исправлено использование после освобождения памяти в бэкэнде libusb.

35.0.2 (июль 2024 г.)

  • адб
    • Исправлена ​​ошибка бэкэнда OpenScreen mDNS, приводившая к остановке сервера из-за проблемы с усеченным запросом #294120933 .
    • Заставьте бэкэнд OpenScreen mDNS работать на macOS.
    • Сделайте бэкэнд OpenScreen mDNS серверной частью по умолчанию на всех платформах.
    • Поддержка обнаружения USB SuperSpeed+ (текущей и согласованной скорости) для диагностических целей.
    • Мягкое завершение работы: освобождение всех USB-интерфейсов при завершении работы (все ОС).

35.0.1 (март 2024 г.)

  • адб
    • Перейти на libusb 1.0.27

35.0.0 (февраль 2024 г.)

  • адб
  • быстрая загрузка
    • Ограничьте максимальный размер очереди входящих пакетов.
    • Устраните узкие места, которые ранее ограничивали скорость загрузки до 120 МБ/с. Теперь fastboot может заполнить шину SuperSpeed+ и достичь скорости до 980 МБ/с, в зависимости от устройства.

34.0.5 (октябрь 2023 г.)

  • адб
    • Теперь adb по умолчанию использует libusb на macOS для решения проблемы № 270205252 .
    • Раньше adb отвечал кодом успешного завершения при сбое беспроводного сопряжения. Решено это путем возврата кода сбоя (1) и ошибки, с которой сталкивается пользователь ( error: protocol fault (couldn't read status message...) ). echo $? теперь сообщает 1 .
    • adb wait-for-disconnect теперь работает без USB (беспроводная отладка).
    • Добавлен новый интерфейс DbC для будущей поддержки ChromeOS через adb.
  • быстрая загрузка
    • Исправлена ​​ошибка flashall на устройствах Pixel 3.

34.0.4 (июль 2023 г.)

  • адб
    • Распространять -a (gListenAll) , когда adb разветвляет сервер хоста adb (ранее флаг работал только для adb -a server nodaemon )
    • Более быстрый root и unroot
    • Flag(env) guarding clear endpoint (device) feature for OSX usb start. ( проблема № 270205252 ).
  • быстрая загрузка
    • Mac: удаление повторных попыток при недействительном итераторе ввода-вывода (мигающая ошибка с LIBUSB_TRANSFER_CANCELLED)
    • Windows: исправлена ​​ошибка «Разреженный файл слишком большой или недопустимый» при использовании «flashall»
    • Все платформы: исправлена ​​ошибка «ANDROID_PRODUCT_OUT not set» при использовании «update»

34.0.1 (март 2023 г.)

  • адб
    • macOS: Исправлено решение проблемы «нестабильное подключение (высокоскоростной кабель MacBook)» из-за зависания установки adb ( проблема № 270205252 ).
  • быстрая загрузка
    • Windows: исправлена ​​ошибка «mke2fs: Недопустимое или неверно сформированное имя устройства при попытке определить размер файловой системы», появившаяся в Platform tools 34.0.0 ( проблема № 271039230 ).

34.0.0 RC2 (март 2023 г.)

  • Обновлено с выпуском Android 14 Developer Preview 2 (без обновлений adb и fastboot).

34.0.0 (февраль 2023 г.)

  • адб
    • Исправлена ​​отправка пакетов нулевой длины для macOS (issuetracker: 208675141) .
    • Устранена проблема нестабильного подключения (высокоскоростной кабель MacBook): частые отключения ADB.
    • Улучшено сообщение об ошибке для adb push с недостаточным количеством аргументов.
  • быстрая загрузка
    • Улучшена прошивка: flashall теперь будет пропускать перезагрузки в пользовательском пространстве, если это возможно.
    • Исправлена ​​отправка пакетов нулевой длины для macOS (issuetracker: 208675141) .
    • Исправлена ​​ошибка, из-за которой мигал recovery.img, что приводило к неправильному нижнему колонтитулу AVB.

33.0.3 (август 2022 г.)

  • адб
    • Не пытайтесь выполнить adb root повторно, если первая попытка не удалась.
    • Исправлена ​​дублирующая запись путевых устройств.
    • Добавить оконное получение (увеличить пропускную способность для соединений с большой задержкой).
    • Более конкретные сообщения об ошибках в случаях сбоя «более одного устройства».
    • Отклонять неожиданные запросы на обратную пересылку.
    • Исправлена ​​ошибка install-multi-package в Windows.
  • быстрая загрузка
    • Удалить e2fsdroid как часть SDK platform-tools.
    • Распечатать сообщение об успешном выполнении OemCmdHandler.

33.0.2 (май 2022 г.)

  • быстрая загрузка
    • Поддержка раздела vendor_kernel_boot .

33.0.1 (март 2022 г.)

  • адб
    • Устраняет сбои Windows mdns.
    • Исправлены ошибки enable-verity/disable-verity на старых устройствах.
    • Исправлена ​​ошибка «установки нескольких» на старых устройствах
    • Улучшает вывод справки, включая все поддерживаемые методы сжатия.
  • systrace
    • Удалено. Вместо этого используйте Studio Profiler/gpuinspector.dev/Perfetto.

33.0.0 (февраль 2022 г.)

  • адб
    • Устранена проблема, возникшая в версии 32.0.0 и приводившая к сбоям при запуске без аргументов.

32.0.0 (январь 2022 г.)

  • адб
    • Универсальный двоичный файл для устройств Apple M1.
    • Известная проблема: эта версия вылетает при запуске без аргументов.

31.0.3 (август 2021 г.)

  • быстрая загрузка
    • Поддержка прошивки vbmeta_vendor.img для fastboot flashall / update.

31.0.2 (апрель 2021 г.)

  • адб
    • Поддержка переадресации на vsock на Linux.
    • Исправлена ​​ошибка в adb track-devices , из-за которой устройства, использующие беспроводную отладку, не сразу получали обновления.
    • Реализовать предварительную поддержку обнаружения устройств mDNS без отдельно установленной службы mDNS. В настоящее время это отключено по умолчанию и может быть включено путем установки переменной среды ADB_MDNS_OPENSCREEN в значение 1 при запуске сервера adb.
  • быстрая загрузка
    • Не падайте духом, если не удаётся получить размер загрузочного раздела.
    • Вывести состояние блокировки устройства из свойства вместо анализа командной строки ядра.

31.0.1 (март 2021 г.)

  • адб
    • Уменьшите интервал проверки активности TCP.
    • Повышение производительности поэтапной установки.
  • быстрая загрузка
    • Добавить поддержку слияния сжатых снимков.
    • Восстановите устаревшую поддержку A/B.

31.0.0 (февраль 2021 г.)

  • адб
    • Отключить сжатие при извлечении по умолчанию.

30.0.5 (ноябрь 2020 г.)

  • адб
    • Повысить производительность adb push при отправке большого количества файлов по соединению с большой задержкой.
    • Улучшение производительности adb push/pull в Windows.
    • Исправлена ​​ошибка adb push --sync с несколькими входами.
    • Улучшена производительность инкрементной установки APK.
    • Улучшена обработка ошибок при инкрементной установке APK.

30.0.4 (июль 2020 г.)

  • адб
    • Исправлена ​​ошибка возврата к неинкрементной установке APK на устройствах с ОС до Android 11.
    • Исправление adb install-multi-package .
    • Исправлено еще несколько сбоев, связанных с беспроводным сопряжением adb.
    • Улучшить некоторые сообщения об ошибках.
  • быстрая загрузка
    • Улучшен вывод консоли при выполнении команд fastboot oem .
    • Исправление fastboot flashall на старых устройствах, таких как Nexus 7.

30.0.3 (июнь 2020 г.)

  • адб
    • Исправлена ​​установка APK-файлов, подписанных с помощью схемы подписи v4, на устройствах до Android 11.
    • Исправлен сбой при аутентификации без ADB_VENDOR_KEYS .
    • Исправлен сбой при использовании adb -H .

30.0.2 (июнь 2020 г.)

  • адб
    • Улучшение беспроводного сопряжения adb.
    • Исправлено зависание adb logcat при запуске до подключения устройства.
    • Добавьте adb transport-id , чтобы скрипты могли безопасно ожидать отключения устройства после получения/удаления прав root/перезагрузки.

30.0.1 (май 2020 г.)

  • адб
    • Отключить автоподключение adb mdns по умолчанию. Это можно включить снова с помощью переменной среды ADB_MDNS_AUTO_CONNECT .
    • Улучшена производительность adb install-multi на устройствах Android 10 и более новых.
    • Исправлено время ожидания при использовании adb root/unroot на устройстве, подключенном по TCP.
    • Обновление поддержки беспроводного сопряжения.

30.0.0 (апрель 2020 г.)

  • адб
    • Добавить начальную поддержку беспроводного сопряжения .
    • Добавить поддержку инкрементной установки APK .
    • Реализовать поддержку сжатия adb {push, pull, sync} на стороне клиента при использовании с устройством Android 11.
    • Улучшение производительности adb push при соединениях с большой задержкой.
    • Улучшение производительности push/pull в Windows.

29.0.6 (февраль 2020 г.)

  • адб
    • Поддержка 64-битного размера/времени для adb ls при использовании с устройством Android 11.
    • Поддержка прослушивания ::1 в POSIX.
    • Поддержка клиентов для устройств WinUSB, публикующих дескриптор WinUSB (требуется для Android 11), больше не должна требовать установки драйвера USB.
    • Исправлено зависание при использовании adb install для чего-то, что на самом деле не является файлом.

29.0.5 (октябрь 2019 г.)

  • адб
    • Небольшое улучшение производительности в Linux при использовании множества одновременных подключений.
    • Добавьте параметр --fastdeploy в adb install для инкрементных обновлений APK во время разработки.

29.0.4 (сентябрь 2019 г.)

  • адб
    • Исправление для собственного тайм-аута отладки с LLDB (см. проблему #134613180 ). Это также исправляет связанную ошибку в Android Studio Profilers, которая вызывает AdbCommandRejectedException , которое можно увидеть в файле idea.log .

29.0.3 (сентябрь 2019 г.)

  • адб
    • adb forward --list работает с несколькими подключенными устройствами.
    • Исправлена ​​ошибка, из-за которой устройства в Windows перешли в автономный режим.
    • Улучшен вывод команды adb install и текст справки.
    • Восстановить предыдущее поведение adb connect <host> без указания порта.

29.0.2 (июль 2019)

  • адб
    • Устраняет сбой целостности кучи Windows.
  • быстрая загрузка
    • Добавляет поддержку разметки разделов будущих устройств.

29.0.1 (июнь 2019)

  • адб
    • Исправление сбоев Windows (https://issuetracker.google.com/134613180)

29.0.0 (июнь 2019 г.)

  • адб
    • adb reconnect выполняет сброс USB в Linux.
    • В Linux при подключении к новому серверу adb вместо завершения работы сервера и запуска старого adb пытается прозрачно запустить новую версию.
    • adb root ждет повторного подключения устройства после отключения. Ранее adb root; adb wait-for-device мог ошибочно вернуться немедленно, если adb wait-for-device запускался до того, как adb заметил, что устройство отключилось.
  • быстрая загрузка
    • Отключает сообщение об ошибке, которое возникало при попытке fastboot открыть сенсорную панель или клавиатуру в macOS.

28.0.2 (март 2019)

  • адб
    • Исправлена ​​нестабильная работа переадресации портов adb shell , приводившая к появлению сообщения об ошибке «Сброс соединения одноранговым узлом».
    • Исправлена ​​аутентификация через ADB_VENDOR_KEYS при повторном подключении устройств.
    • Исправляет аутентификацию (когда закрытый ключ, используемый для аутентификации, не совпадает с открытым ключом) путем вычисления открытого ключа из закрытого ключа, вместо того чтобы предполагать, что они совпадают.
  • быстрая загрузка
    • Добавляет поддержку динамических разделов.
  • Обновленные требования Windows
    • Инструменты платформы теперь зависят от Windows Universal C Runtime, которая обычно устанавливается по умолчанию через Центр обновления Windows. Если вы видите ошибки, упоминающие отсутствующие библиотеки DLL, вам может потребоваться вручную загрузить и установить пакет среды выполнения .

28.0.1 (сентябрь 2018 г.)

  • адб
    • Добавить поддержку повторного подключения TCP-соединений. После отключения adb будет пытаться повторно подключиться в течение 60 секунд, прежде чем разорвать соединение.
    • Исправлен вывод консоли Unicode в Windows. (Спасибо внешнему участнику Спенсеру Лоу!)
    • Исправлена ​​ошибка двойного закрытия файлового дескриптора, которая могла привести к закрытию соединений при одновременном выполнении adb connect .
    • Исправлена ​​ошибка adb forward --list при использовании более чем одного подключенного устройства.
  • быстрая загрузка
    • Увеличьте время ожидания команды до 30 секунд для лучшей поддержки некоторых медленных команд загрузчика.

28.0.0 (июнь 2018 г.)

  • АБР :
    • Добавьте поддержку работы без контрольной суммы с устройствами под управлением Android P, что увеличит пропускную способность до 40%.
    • Сортировать вывод adb devices по типу подключения и серийному номеру устройства.
    • Увеличьте время ожидания прослушивания сокетов, чтобы обеспечить больше одновременных команд adb.
    • Улучшить вывод ошибок для adb connect .
  • быстрая загрузка :
    • Улучшить формат вывода, добавить режим подробного вывода ( -v ).
    • Очистите вывод справки.
    • Добавьте product.img и odm.img в список разделов, прошиваемых fastboot flashall .
    • Избегайте выхода из строя новых устройств при использовании слишком старой версии fastboot, разрешив пакетам заводских образов требовать поддержку определенных разделов.

27.0.1 (декабрь 2017 г.)

  • adb: исправляет ошибку подтверждения в MacOS, возникавшую при подключении устройств через USB 3.0.
  • Fastboot: в Windows добавляет поддержку стирания устройств, использующих F2FS (Flash-Friendly File System).

27.0.0 (декабрь 2017 г.)

  • Повторно исправляет ошибку быстрой загрузки macOS 10.13, впервые исправленную в версии 26.0.1, но вновь появившуюся в версии 26.0.2.

26.0.2 (октябрь 2017 г.)

  • Добавить поддержку fastboot для устройств Pixel 2.

26.0.1 (сентябрь 2017 г.)

  • Исправлены проблемы быстрой загрузки на macOS 10.13 High Sierra ( ошибка 64292422 ).

26.0.0 (июнь 2017 г.)

  • Обновлено с выпуском финальной версии SDK Android O (API уровня 26).

25.0.5 (24 апреля 2017 г.)

  • Исправлена ​​ошибка adb sideload больших обновлений в Windows, проявляющаяся как «std::bad_alloc» ( ошибка 37139736 ).

  • Исправлены проблемы adb с некоторыми брандмауэрами Windows, проявляющиеся как «невозможно открыть регистрацию транспорта socketpair» ( ошибка 37139725 ).

  • Теперь и adb --version , и fastboot --version включают путь установки.

  • Изменен adb так, чтобы он не разрешал localhost для обхода неправильно настроенного VPN.

  • Изменен adb, чтобы больше не сбрасывать USB-устройства в Linux, что могло повлиять на другие подключенные USB-устройства.

25.0.4 (16 марта 2017 г.)

  • Добавлена ​​экспериментальная поддержка libusb в Linux и Mac adb

Чтобы использовать бэкэнд libusb, установите переменную окружения ADB_LIBUSB=true перед запуском нового сервера adb. Новая команда adb host-features сообщит вам, используете ли вы libusb.

Чтобы перезапустить adb с libusb и проверить, что он работает, используйте adb kill-server; ADB_LIBUSB=1 adb start-server; adb host-features . Вывод должен включать "libusb".

В этом выпуске по умолчанию используется старая реализация, отличная от libusb.

  • fastboot больше не зависает на MacBook Pro 2016 года ( ошибка 231129 )

  • Исправлен захват командной строки Systrace на Mac

25.0.3 (16 декабря 2016 г.)

  • Исправлена ​​ошибка быстрой загрузки, из-за которой устройства Android Things не прошивались.

25.0.2 (12 декабря 2016 г.)

  • Обновление до стабильной версии Android N MR1 (API 25)

25.0.1 (22 ноября 2016 г.)

  • Обновлено с выпуском Android N MR1 Developer Preview 2 (API 25)

25.0.0 (19 октября 2016 г.)

  • Обновлено с выпуском Android N MR1 Developer Preview 1 (API 25)

24.0.4 (14 октября 2016 г.)

  • Обновлено для устранения проблем в ADB и Mac OS Sierra

Скачать Android SDK Platform-Tools

Перед загрузкой вы должны согласиться со следующими условиями.

Условия и положения

This is the Android Software Development Kit License Agreement

1. Introduction

1.1 The Android Software Development Kit (referred to in the License Agreement as the "SDK" and specifically including the Android system files, packaged APIs, and Google APIs add-ons) is licensed to you subject to the terms of the License Agreement. The License Agreement forms a legally binding contract between you and Google in relation to your use of the SDK. 1.2 "Android" means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: https://source.android.com/, as updated from time to time. 1.3 A "compatible implementation" means any Android device that (i) complies with the Android Compatibility Definition document, which can be found at the Android compatibility website (https://source.android.com/compatibility) and which may be updated from time to time; and (ii) successfully passes the Android Compatibility Test Suite (CTS). 1.4 "Google" means Google LLC, organized under the laws of the State of Delaware, USA, and operating under the laws of the USA with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, USA.

2. Accepting this License Agreement

2.1 In order to use the SDK, you must first agree to the License Agreement. You may not use the SDK if you do not accept the License Agreement. 2.2 By clicking to accept and/or using this SDK, you hereby agree to the terms of the License Agreement. 2.3 You may not use the SDK and may not accept the License Agreement if you are a person barred from receiving the SDK under the laws of the United States or other countries, including the country in which you are resident or from which you use the SDK. 2.4 If you are agreeing to be bound by the License Agreement on behalf of your employer or other entity, you represent and warrant that you have full legal authority to bind your employer or such entity to the License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the SDK on behalf of your employer or other entity.

3. SDK License from Google

3.1 Subject to the terms of the License Agreement, Google grants you a limited, worldwide, royalty-free, non-assignable, non-exclusive, and non-sublicensable license to use the SDK solely to develop applications for compatible implementations of Android. 3.2 You may not use this SDK to develop applications for other platforms (including non-compatible implementations of Android) or to develop another SDK. You are of course free to develop applications for other platforms, including non-compatible implementations of Android, provided that this SDK is not used for that purpose. 3.3 You agree that Google or third parties own all legal right, title and interest in and to the SDK, including any Intellectual Property Rights that subsist in the SDK. "Intellectual Property Rights" means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you. 3.4 You may not use the SDK for any purpose not expressly permitted by the License Agreement. Except to the extent required by applicable third party licenses, you may not copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the SDK or any part of the SDK. 3.5 Use, reproduction and distribution of components of the SDK licensed under an open source software license are governed solely by the terms of that open source software license and not the License Agreement. 3.6 You agree that the form and nature of the SDK that Google provides may change without prior notice to you and that future versions of the SDK may be incompatible with applications developed on previous versions of the SDK. You agree that Google may stop (permanently or temporarily) providing the SDK (or any features within the SDK) to you or to users generally at Google's sole discretion, without prior notice to you. 3.7 Nothing in the License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features. 3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the SDK.

4. Use of the SDK by You

4.1 Google agrees that it obtains no right, title or interest from you (or your licensors) under the License Agreement in or to any software applications that you develop using the SDK, including any intellectual property rights that subsist in those applications. 4.2 You agree to use the SDK and write applications only for purposes that are permitted by (a) the License Agreement and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries). 4.3 You agree that if you use the SDK to develop applications for general public users, you will protect the privacy and legal rights of those users. If the users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If the user provides your application with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, the user has given you permission to do so. 4.4 You agree that you will not engage in any activity with the SDK, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of any third party including, but not limited to, Google or any mobile communications carrier. 4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Android and/or applications for Android, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so. 4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under the License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.

5. Your Developer Credentials

5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.

6. Privacy and Information

6.1 In order to continually innovate and improve the SDK, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the SDK are being used and how they are being used. Before any of this information is collected, the SDK will notify you and seek your consent. If you withhold consent, the information will not be collected. 6.2 The data collected is examined in the aggregate to improve the SDK and is maintained in accordance with Google's Privacy Policy, which is located at the following URL: https://policies.google.com/privacy 6.3 Anonymized and aggregated sets of the data may be shared with Google partners to improve the SDK.

7. Third Party Applications

7.1 If you use the SDK to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources. 7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners. 7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party. In that case, the License Agreement does not affect your legal relationship with these third parties.

8. Using Android APIs

8.1 Google Data APIs 8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service. 8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so. If you use the Android Recognition Service API, documented at the following URL: https://developer.android.com/reference/android/speech/RecognitionService, as updated from time to time, you acknowledge that the use of the API is subject to the Data Processing Addendum for Products where Google is a Data Processor, which is located at the following URL: https://privacy.google.com/businesses/gdprprocessorterms/, as updated from time to time. By clicking to accept, you hereby agree to the terms of the Data Processing Addendum for Products where Google is a Data Processor.

9. Terminating this License Agreement

9.1 The License Agreement will continue to apply until terminated by either you or Google as set out below. 9.2 If you want to terminate the License Agreement, you may do so by ceasing your use of the SDK and any relevant developer credentials. 9.3 Google may at any time, terminate the License Agreement with you if: (A) you have breached any provision of the License Agreement; or (B) Google is required to do so by law; or (C) the partner with whom Google offered certain parts of SDK (such as APIs) to you has terminated its relationship with Google or ceased to offer certain parts of the SDK to you; or (D) Google decides to no longer provide the SDK or certain parts of the SDK to users in the country in which you are resident or from which you use the service, or the provision of the SDK or certain SDK services to you by Google is, in Google's sole discretion, no longer commercially viable. 9.4 When the License Agreement comes to an end, all of the legal rights, obligations and liabilities that you and Google have benefited from, been subject to (or which have accrued over time whilst the License Agreement has been in force) or which are expressed to continue indefinitely, shall be unaffected by this cessation, and the provisions of paragraph 14.7 shall continue to apply to such rights, obligations and liabilities indefinitely.

10. DISCLAIMER OF WARRANTIES

10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE SDK IS AT YOUR SOLE RISK AND THAT THE SDK IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTY OF ANY KIND FROM GOOGLE. 10.2 YOUR USE OF THE SDK AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SDK IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE. 10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.

11. LIMITATION OF LIABILITY

11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.

12. Indemnification

12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys fees) arising out of or accruing from (a) your use of the SDK, (b) any application you develop on the SDK that infringes any copyright, trademark, trade secret, trade dress, patent or other intellectual property right of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you with the License Agreement.

13. Changes to the License Agreement

13.1 Google may make changes to the License Agreement as it distributes new versions of the SDK. When these changes are made, Google will make a new version of the License Agreement available on the website where the SDK is made available. 14.1 The License Agreement constitutes the whole legal agreement between you and Google and governs your use of the SDK (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the SDK. 14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in the License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google. 14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of the License Agreement is invalid, then that provision will be removed from the License Agreement without affecting the rest of the License Agreement. The remaining provisions of the License Agreement will continue to be valid and enforceable. 14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to the License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of the License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to the License Agreement. 14.5 EXPORT RESTRICTIONS. THE SDK IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE SDK. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE. 14.6 The rights granted in the License Agreement may not be assigned or transferred by either you or Google without the prior written approval of the other party. Neither you nor Google shall be permitted to delegate their responsibilities or obligations under the License Agreement without the prior written approval of the other party. 14.7 The License Agreement, and your relationship with Google under the License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from the License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction. July 27, 2021
Скачать Android SDK Platform-Tools для Windows

platform-tools-latest-windows.zip

Скачать Android SDK Platform-Tools

Перед загрузкой вы должны согласиться со следующими условиями.

Условия и положения

This is the Android Software Development Kit License Agreement

1. Introduction

1.1 The Android Software Development Kit (referred to in the License Agreement as the "SDK" and specifically including the Android system files, packaged APIs, and Google APIs add-ons) is licensed to you subject to the terms of the License Agreement. The License Agreement forms a legally binding contract between you and Google in relation to your use of the SDK. 1.2 "Android" means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: https://source.android.com/, as updated from time to time. 1.3 A "compatible implementation" means any Android device that (i) complies with the Android Compatibility Definition document, which can be found at the Android compatibility website (https://source.android.com/compatibility) and which may be updated from time to time; and (ii) successfully passes the Android Compatibility Test Suite (CTS). 1.4 "Google" means Google LLC, organized under the laws of the State of Delaware, USA, and operating under the laws of the USA with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, USA.

2. Accepting this License Agreement

2.1 In order to use the SDK, you must first agree to the License Agreement. You may not use the SDK if you do not accept the License Agreement. 2.2 By clicking to accept and/or using this SDK, you hereby agree to the terms of the License Agreement. 2.3 You may not use the SDK and may not accept the License Agreement if you are a person barred from receiving the SDK under the laws of the United States or other countries, including the country in which you are resident or from which you use the SDK. 2.4 If you are agreeing to be bound by the License Agreement on behalf of your employer or other entity, you represent and warrant that you have full legal authority to bind your employer or such entity to the License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the SDK on behalf of your employer or other entity.

3. SDK License from Google

3.1 Subject to the terms of the License Agreement, Google grants you a limited, worldwide, royalty-free, non-assignable, non-exclusive, and non-sublicensable license to use the SDK solely to develop applications for compatible implementations of Android. 3.2 You may not use this SDK to develop applications for other platforms (including non-compatible implementations of Android) or to develop another SDK. You are of course free to develop applications for other platforms, including non-compatible implementations of Android, provided that this SDK is not used for that purpose. 3.3 You agree that Google or third parties own all legal right, title and interest in and to the SDK, including any Intellectual Property Rights that subsist in the SDK. "Intellectual Property Rights" means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you. 3.4 You may not use the SDK for any purpose not expressly permitted by the License Agreement. Except to the extent required by applicable third party licenses, you may not copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the SDK or any part of the SDK. 3.5 Use, reproduction and distribution of components of the SDK licensed under an open source software license are governed solely by the terms of that open source software license and not the License Agreement. 3.6 You agree that the form and nature of the SDK that Google provides may change without prior notice to you and that future versions of the SDK may be incompatible with applications developed on previous versions of the SDK. You agree that Google may stop (permanently or temporarily) providing the SDK (or any features within the SDK) to you or to users generally at Google's sole discretion, without prior notice to you. 3.7 Nothing in the License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features. 3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the SDK.

4. Use of the SDK by You

4.1 Google agrees that it obtains no right, title or interest from you (or your licensors) under the License Agreement in or to any software applications that you develop using the SDK, including any intellectual property rights that subsist in those applications. 4.2 You agree to use the SDK and write applications only for purposes that are permitted by (a) the License Agreement and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries). 4.3 You agree that if you use the SDK to develop applications for general public users, you will protect the privacy and legal rights of those users. If the users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If the user provides your application with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, the user has given you permission to do so. 4.4 You agree that you will not engage in any activity with the SDK, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of any third party including, but not limited to, Google or any mobile communications carrier. 4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Android and/or applications for Android, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so. 4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under the License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.

5. Your Developer Credentials

5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.

6. Privacy and Information

6.1 In order to continually innovate and improve the SDK, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the SDK are being used and how they are being used. Before any of this information is collected, the SDK will notify you and seek your consent. If you withhold consent, the information will not be collected. 6.2 The data collected is examined in the aggregate to improve the SDK and is maintained in accordance with Google's Privacy Policy, which is located at the following URL: https://policies.google.com/privacy 6.3 Anonymized and aggregated sets of the data may be shared with Google partners to improve the SDK.

7. Third Party Applications

7.1 If you use the SDK to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources. 7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners. 7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party. In that case, the License Agreement does not affect your legal relationship with these third parties.

8. Using Android APIs

8.1 Google Data APIs 8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service. 8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so. If you use the Android Recognition Service API, documented at the following URL: https://developer.android.com/reference/android/speech/RecognitionService, as updated from time to time, you acknowledge that the use of the API is subject to the Data Processing Addendum for Products where Google is a Data Processor, which is located at the following URL: https://privacy.google.com/businesses/gdprprocessorterms/, as updated from time to time. By clicking to accept, you hereby agree to the terms of the Data Processing Addendum for Products where Google is a Data Processor.

9. Terminating this License Agreement

9.1 The License Agreement will continue to apply until terminated by either you or Google as set out below. 9.2 If you want to terminate the License Agreement, you may do so by ceasing your use of the SDK and any relevant developer credentials. 9.3 Google may at any time, terminate the License Agreement with you if: (A) you have breached any provision of the License Agreement; or (B) Google is required to do so by law; or (C) the partner with whom Google offered certain parts of SDK (such as APIs) to you has terminated its relationship with Google or ceased to offer certain parts of the SDK to you; or (D) Google decides to no longer provide the SDK or certain parts of the SDK to users in the country in which you are resident or from which you use the service, or the provision of the SDK or certain SDK services to you by Google is, in Google's sole discretion, no longer commercially viable. 9.4 When the License Agreement comes to an end, all of the legal rights, obligations and liabilities that you and Google have benefited from, been subject to (or which have accrued over time whilst the License Agreement has been in force) or which are expressed to continue indefinitely, shall be unaffected by this cessation, and the provisions of paragraph 14.7 shall continue to apply to such rights, obligations and liabilities indefinitely.

10. DISCLAIMER OF WARRANTIES

10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE SDK IS AT YOUR SOLE RISK AND THAT THE SDK IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTY OF ANY KIND FROM GOOGLE. 10.2 YOUR USE OF THE SDK AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SDK IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE. 10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.

11. LIMITATION OF LIABILITY

11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.

12. Indemnification

12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys fees) arising out of or accruing from (a) your use of the SDK, (b) any application you develop on the SDK that infringes any copyright, trademark, trade secret, trade dress, patent or other intellectual property right of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you with the License Agreement.

13. Changes to the License Agreement

13.1 Google may make changes to the License Agreement as it distributes new versions of the SDK. When these changes are made, Google will make a new version of the License Agreement available on the website where the SDK is made available. 14.1 The License Agreement constitutes the whole legal agreement between you and Google and governs your use of the SDK (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the SDK. 14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in the License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google. 14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of the License Agreement is invalid, then that provision will be removed from the License Agreement without affecting the rest of the License Agreement. The remaining provisions of the License Agreement will continue to be valid and enforceable. 14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to the License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of the License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to the License Agreement. 14.5 EXPORT RESTRICTIONS. THE SDK IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE SDK. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE. 14.6 The rights granted in the License Agreement may not be assigned or transferred by either you or Google without the prior written approval of the other party. Neither you nor Google shall be permitted to delegate their responsibilities or obligations under the License Agreement without the prior written approval of the other party. 14.7 The License Agreement, and your relationship with Google under the License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from the License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction. July 27, 2021
Скачать Android SDK Platform-Tools для Mac

platform-tools-latest-darwin.zip

Скачать Android SDK Platform-Tools

Перед загрузкой вы должны согласиться со следующими условиями.

Условия и положения

This is the Android Software Development Kit License Agreement

1. Introduction

1.1 The Android Software Development Kit (referred to in the License Agreement as the "SDK" and specifically including the Android system files, packaged APIs, and Google APIs add-ons) is licensed to you subject to the terms of the License Agreement. The License Agreement forms a legally binding contract between you and Google in relation to your use of the SDK. 1.2 "Android" means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: https://source.android.com/, as updated from time to time. 1.3 A "compatible implementation" means any Android device that (i) complies with the Android Compatibility Definition document, which can be found at the Android compatibility website (https://source.android.com/compatibility) and which may be updated from time to time; and (ii) successfully passes the Android Compatibility Test Suite (CTS). 1.4 "Google" means Google LLC, organized under the laws of the State of Delaware, USA, and operating under the laws of the USA with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, USA.

2. Accepting this License Agreement

2.1 In order to use the SDK, you must first agree to the License Agreement. You may not use the SDK if you do not accept the License Agreement. 2.2 By clicking to accept and/or using this SDK, you hereby agree to the terms of the License Agreement. 2.3 You may not use the SDK and may not accept the License Agreement if you are a person barred from receiving the SDK under the laws of the United States or other countries, including the country in which you are resident or from which you use the SDK. 2.4 If you are agreeing to be bound by the License Agreement on behalf of your employer or other entity, you represent and warrant that you have full legal authority to bind your employer or such entity to the License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the SDK on behalf of your employer or other entity.

3. SDK License from Google

3.1 Subject to the terms of the License Agreement, Google grants you a limited, worldwide, royalty-free, non-assignable, non-exclusive, and non-sublicensable license to use the SDK solely to develop applications for compatible implementations of Android. 3.2 You may not use this SDK to develop applications for other platforms (including non-compatible implementations of Android) or to develop another SDK. You are of course free to develop applications for other platforms, including non-compatible implementations of Android, provided that this SDK is not used for that purpose. 3.3 You agree that Google or third parties own all legal right, title and interest in and to the SDK, including any Intellectual Property Rights that subsist in the SDK. "Intellectual Property Rights" means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you. 3.4 You may not use the SDK for any purpose not expressly permitted by the License Agreement. Except to the extent required by applicable third party licenses, you may not copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the SDK or any part of the SDK. 3.5 Use, reproduction and distribution of components of the SDK licensed under an open source software license are governed solely by the terms of that open source software license and not the License Agreement. 3.6 You agree that the form and nature of the SDK that Google provides may change without prior notice to you and that future versions of the SDK may be incompatible with applications developed on previous versions of the SDK. You agree that Google may stop (permanently or temporarily) providing the SDK (or any features within the SDK) to you or to users generally at Google's sole discretion, without prior notice to you. 3.7 Nothing in the License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features. 3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the SDK.

4. Use of the SDK by You

4.1 Google agrees that it obtains no right, title or interest from you (or your licensors) under the License Agreement in or to any software applications that you develop using the SDK, including any intellectual property rights that subsist in those applications. 4.2 You agree to use the SDK and write applications only for purposes that are permitted by (a) the License Agreement and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries). 4.3 You agree that if you use the SDK to develop applications for general public users, you will protect the privacy and legal rights of those users. If the users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If the user provides your application with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, the user has given you permission to do so. 4.4 You agree that you will not engage in any activity with the SDK, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of any third party including, but not limited to, Google or any mobile communications carrier. 4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Android and/or applications for Android, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so. 4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under the License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.

5. Your Developer Credentials

5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.

6. Privacy and Information

6.1 In order to continually innovate and improve the SDK, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the SDK are being used and how they are being used. Before any of this information is collected, the SDK will notify you and seek your consent. If you withhold consent, the information will not be collected. 6.2 The data collected is examined in the aggregate to improve the SDK and is maintained in accordance with Google's Privacy Policy, which is located at the following URL: https://policies.google.com/privacy 6.3 Anonymized and aggregated sets of the data may be shared with Google partners to improve the SDK.

7. Third Party Applications

7.1 If you use the SDK to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources. 7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners. 7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party. In that case, the License Agreement does not affect your legal relationship with these third parties.

8. Using Android APIs

8.1 Google Data APIs 8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service. 8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so. If you use the Android Recognition Service API, documented at the following URL: https://developer.android.com/reference/android/speech/RecognitionService, as updated from time to time, you acknowledge that the use of the API is subject to the Data Processing Addendum for Products where Google is a Data Processor, which is located at the following URL: https://privacy.google.com/businesses/gdprprocessorterms/, as updated from time to time. By clicking to accept, you hereby agree to the terms of the Data Processing Addendum for Products where Google is a Data Processor.

9. Terminating this License Agreement

9.1 The License Agreement will continue to apply until terminated by either you or Google as set out below. 9.2 If you want to terminate the License Agreement, you may do so by ceasing your use of the SDK and any relevant developer credentials. 9.3 Google may at any time, terminate the License Agreement with you if: (A) you have breached any provision of the License Agreement; or (B) Google is required to do so by law; or (C) the partner with whom Google offered certain parts of SDK (such as APIs) to you has terminated its relationship with Google or ceased to offer certain parts of the SDK to you; or (D) Google decides to no longer provide the SDK or certain parts of the SDK to users in the country in which you are resident or from which you use the service, or the provision of the SDK or certain SDK services to you by Google is, in Google's sole discretion, no longer commercially viable. 9.4 When the License Agreement comes to an end, all of the legal rights, obligations and liabilities that you and Google have benefited from, been subject to (or which have accrued over time whilst the License Agreement has been in force) or which are expressed to continue indefinitely, shall be unaffected by this cessation, and the provisions of paragraph 14.7 shall continue to apply to such rights, obligations and liabilities indefinitely.

10. DISCLAIMER OF WARRANTIES

10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE SDK IS AT YOUR SOLE RISK AND THAT THE SDK IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTY OF ANY KIND FROM GOOGLE. 10.2 YOUR USE OF THE SDK AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SDK IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE. 10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.

11. LIMITATION OF LIABILITY

11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.

12. Indemnification

12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys fees) arising out of or accruing from (a) your use of the SDK, (b) any application you develop on the SDK that infringes any copyright, trademark, trade secret, trade dress, patent or other intellectual property right of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you with the License Agreement.

13. Changes to the License Agreement

13.1 Google may make changes to the License Agreement as it distributes new versions of the SDK. When these changes are made, Google will make a new version of the License Agreement available on the website where the SDK is made available. 14.1 The License Agreement constitutes the whole legal agreement between you and Google and governs your use of the SDK (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the SDK. 14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in the License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google. 14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of the License Agreement is invalid, then that provision will be removed from the License Agreement without affecting the rest of the License Agreement. The remaining provisions of the License Agreement will continue to be valid and enforceable. 14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to the License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of the License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to the License Agreement. 14.5 EXPORT RESTRICTIONS. THE SDK IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE SDK. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE. 14.6 The rights granted in the License Agreement may not be assigned or transferred by either you or Google without the prior written approval of the other party. Neither you nor Google shall be permitted to delegate their responsibilities or obligations under the License Agreement without the prior written approval of the other party. 14.7 The License Agreement, and your relationship with Google under the License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from the License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction. July 27, 2021
Скачать Android SDK Platform-Tools для Linux

platform-tools-latest-linux.zip