Versionshinweise zu SDK Platform Tools

„Android SDK Platform-Tools“ ist eine Komponente für das Android SDK. Sie enthält Tools, die mit der Android-Plattform verknüpft sind, hauptsächlich adb und fastboot. Obwohl adb für die Entwicklung von Android-Apps erforderlich ist, verwenden App-Entwickler normalerweise nur den von Studio installierten Text. Dieser Download ist nützlich, wenn Sie adb direkt über die Befehlszeile verwenden möchten und Studio nicht installiert haben. Wenn Sie Studio installiert haben, können Sie einfach die installierte Kopie verwenden, da Studio diese automatisch aktualisiert. fastboot ist erforderlich, wenn Sie den Bootloader Ihres Geräts entsperren und mit einem neuen System-Image flashen möchten. Dieses Paket enthielt zuvor systrace, wurde aber zugunsten von Studio Profiler, gpuInspector.dev oder Perfetto veraltet.

Einige neue Funktionen in adb und fastboot sind zwar nur für aktuelle Android-Versionen verfügbar, sie sind aber abwärtskompatibel. Du benötigst also nur die neueste Version der SDK Platform-Tools und solltest Fehler melden, wenn du Ausnahmen entdeckst.

Downloads

Android-Entwickler sollten die neuesten SDK Platform-Tools über den SDK-Manager von Android Studio oder das sdkmanager-Befehlszeilentool herunterladen. Dadurch werden die Tools zusammen mit den anderen Android SDK-Tools am richtigen Ort gespeichert und können einfach aktualisiert werden.

Wenn Sie jedoch nur diese Befehlszeilentools verwenden möchten, verwenden Sie die folgenden Links:

Auch wenn sich diese Links nicht ändern, verweisen sie immer auf die neueste Version der Tools.

Überarbeitungen

35.0.1 (März 2024)

  • ADB
    • Zu libusb 1.0.27 wechseln

35.0.0 (Februar 2024)

  • ADB
    • Unter Linux zu libusb wechseln (Problem 270205252)
    • Probleme beim Starten von ADB auf Hosts ohne USB wurden behoben.
    • Probleme mit ADB-Hängen behoben, die durch USB-Geräte verursacht wurden, die fälschlicherweise als Deskriptoren der Länge Null gemeldet haben (Problem 302212871)
    • Der Rückgabecode von adb shell wurde korrigiert, wenn die Verbindung zum Gerät getrennt wurde (Problem #321787891).
  • Fastboot
    • Begrenzen Sie die maximale Größe der eingehenden Paketwarteschlange.
    • Beseitigen Sie Engpässe, die zuvor die Downloadgeschwindigkeit auf etwa 120 MB/s beschränkt haben. Jetzt kann Fastboot einen SuperSpeed+-Bus überlasten und je nach Gerät Geschwindigkeiten von bis zu 980 MB/s erreichen.

34.0.5 (Oktober 2023)

  • ADB
    • adb verwendet jetzt standardmäßig „libusb“ unter macOS, um das Problem #270205252 zu beheben.
    • Bisher hat ADB mit einem erfolgreichen Code geantwortet, wenn die kabellose Kopplung fehlgeschlagen ist. Dieses Problem wurde behoben, indem ein Fehlercode (1) und ein nutzerseitiger Fehler (error: protocol fault (couldn't read status message...)) zurückgegeben wurden. echo $? meldet jetzt 1.
    • adb wait-for-disconnect ist jetzt für Nicht-USB-Geräte (drahtloses Debugging) betriebsbereit.
    • Neue DBM-Benutzeroberfläche für die künftige Unterstützung von ChromeOS über ADB hinzugefügt.
  • Fastboot
    • Flashall auf Pixel 3-Geräten wurde behoben.

34.0.4 (Juli 2023)

  • ADB
    • Geben Sie -a (gListenAll) weiter, wenn ADB einen ADB-Hostserver verzweigt (zuvor funktionierte das Flag nur für adb -a server nodaemon).
    • Schnelleres Rooten und Aufheben von Rooting
    • Reland Flag(env) guarding clear endpoint (device) feature for OSX usb start. (Problem #270205252)
  • Fastboot
    • Mac: Wiederholungsversuche bei ungültigem E/A-Iterator entfernen (Blinken-Fehler mit LIBUSB_TRANSFER_CANCELLED)
    • Windows: Behebung des Fehlers "Die dünnbesetzte Datei ist zu groß oder ungültig" bei Verwendung von "flashall"
    • Alle Plattformen: Fehler "ANDROID_PRODUCT_OUT nicht festgelegt" bei Verwendung von "Update" beheben

34.0.1 (März 2023)

  • ADB
    • macOS: Die Auflösung „Instabile Konnektivität (MacBook-Hochgeschwindigkeitskabel)“ wurde aufgrund von Verzögerungen bei der ADB-Installation zurückgesetzt (Problem #270205252).
  • Fastboot
    • Windows: Der in Plattformtools 34.0.0 aufgetretene Fehler "mke2fs: Illegaler oder fehlerhafter Gerätename beim Ermitteln der Dateisystemgröße" wurde behoben (Problem 271039230).

34.0.0 RC2 (März 2023)

  • Aktualisiert mit der Veröffentlichung von Android 14-Entwicklervorschau 2 (keine Updates für ADB und Fastboot).

34.0.0 (Februar 2023)

  • ADB
    • Feste Nulllängen-Paketsendungen für macOS (issuetracker: 208675141).
    • Instabile Konnektivität (MacBook-Hochgeschwindigkeitskabel) behoben: häufige ADB-Verbindungstrennungen.
    • Verbesserte Fehlermeldung für ADB-Push mit unzureichender Anzahl von Argumenten.
  • Fastboot
    • Verbessertes Blinken: Wenn möglich, überspringt flashall jetzt Neustarts im Userspace.
    • Feste Nulllängen-Paketsendungen für macOS (issuetracker: 208675141).
    • Das Blinken von "recovery.img" wurde behoben, sodass die AVB-Fußzeile falsch war.

33.0.3 (Aug. 2022)

  • ADB
    • Versuchen Sie es mit adb root nicht noch einmal, wenn der erste Versuch fehlgeschlagen ist.
    • Doppelter Eintrag für Trackgeräte wurde korrigiert.
    • Fügen Sie Windowing zum Empfang hinzu (erhöhen den Durchsatz bei Verbindungen mit hoher Latenz).
    • Genauere Fehlermeldungen in Fällen, in denen Fehler aufgrund von Problemen mit mehreren Geräten angezeigt werden
    • Unerwartete Reverse-Forward-Anfragen ablehnen
    • Probleme mit mehreren Installationspaketen unter Windows wurden behoben.
  • Fastboot
    • Entfernen Sie e2fsdroid als Teil der SDK-Plattformtools.
    • Print: OemCmdHandler-Rückmeldung bei Erfolg.

33.0.2 (Mai 2022)

  • Fastboot
    • Unterstützung für die Partition vendor_kernel_boot.

33.0.1 (März 2022)

  • ADB
    • Windows-mdns-Abstürze wurden behoben.
    • Die Aktivierungs-/Deaktivierungsprüfung auf alten Geräten wurde korrigiert.
    • Probleme mit der Option „Mehrere installieren“ auf alten Geräten beheben
    • Verbessert die Hilfeausgabe, sodass alle unterstützten Komprimierungsmethoden berücksichtigt werden.
  • systrace
    • Entfernt. Verwenden Sie stattdessen Studio Profiler/gpuInspector.dev/Perfetto.

33.0.0 (Februar 2022)

  • ADB
    • Behebt das Problem, das mit Abstürzen in Version 32.0.0 eingeführt wurde, wenn die Ausführung ohne Argumente erfolgt.

32.0.0 (Januar 2022)

  • ADB
    • Universelles Binärprogramm für Apple M1-Geräte.
    • Bekanntes Problem: Diese Version stürzt ab, wenn sie ohne Argumente ausgeführt wird.

31.0.3 (August 2021)

  • Fastboot
    • Das Flashen von vbmeta_vendor.img für fastboot flashall / update wird unterstützt.

31.0.2 (April 2021)

  • ADB
    • Weiterleitung zu vsock unter Linux wird unterstützt.
    • Ein Fehler in adb track-devices wurde behoben, bei dem Geräte zur Fehlerbehebung über WLAN nicht sofort Updates erhalten haben.
    • Implementieren Sie eine vorläufige Unterstützung für die mDNS-Geräteerkennung ohne separat installierten mDNS-Dienst. Dies ist derzeit standardmäßig deaktiviert und kann aktiviert werden, indem die Umgebungsvariable ADB_MDNS_OPENSCREEN beim Starten des Adb-Servers auf 1 gesetzt wird.
  • Fastboot
    • Scheitern Sie nicht, wenn die Bootpartitionsgröße nicht abgerufen werden kann.
    • Kann den Sperrstatus des Geräts aus einem Attribut ableiten, anstatt die Kernel-Befehlszeile zu parsen.

31.0.1 (März 2021)

  • ADB
    • TCP-Keepalive-Intervall verringern.
    • Verbessern Sie die Leistungssteigerung bei der Installation.
  • Fastboot
    • Unterstützung für komprimierte Snapshot-Zusammenführungen.
    • Ältere A/B-Unterstützung wiederherstellen.

31.0.0 (Februar 2021)

  • ADB
    • Deaktiviert standardmäßig die Komprimierung beim Pull-Modus.

30.0.5 (November 2020)

  • ADB
    • Verbessern Sie die Leistung von adb push, wenn viele Dateien über eine Verbindung mit hoher Latenz übertragen werden.
    • Verbessern Sie die Leistung von adb push/pull unter Windows.
    • Korrigieren Sie adb push --sync mit mehreren Eingaben.
    • Verbessern Sie die Leistung der inkrementellen APK-Installation.
    • Fehlerbehandlung bei inkrementeller APK-Installation verbessern

30.0.4 (Juli 2020)

  • ADB
    • Fehler bei der Fallback-Installation auf die nicht inkrementelle APK-Installation auf Geräten, die älter als Android 11 waren, wurden behoben.
    • Beheben Sie das Problem mit adb install-multi-package.
    • Einige weitere Abstürze im Zusammenhang mit der kabellosen Kopplung von ADB wurden behoben.
    • Verbessern Sie einige Fehlermeldungen.
  • Fastboot
    • Verbessern Sie die Konsolenausgabe bei fastboot oem-Befehlen.
    • Beheben Sie das Problem mit fastboot flashall auf älteren Geräten wie Nexus 7.

30.0.3 (Juni 2020)

  • ADB
    • Probleme bei der Installation von APKs, die mit dem Signaturschema Version 4 signiert wurden, auf Geräten mit älteren Android 11-Versionen wurden korrigiert.
    • Absturz bei der Authentifizierung ohne ADB_VENDOR_KEYS wurde behoben.
    • Absturz bei Verwendung von adb -H wurde behoben.

30.0.2 (Juni 2020)

  • ADB
    • Verbessern Sie die kabellose Kopplung von ADB.
    • Das Aufhängen in adb logcat beim Ausführen vor dem Verbinden eines Geräts wurde behoben.
    • Füge adb transport-id hinzu, damit Skripts sicher warten können, bis ein Gerät nach dem Root-/Unroot-Prinzip oder einem Neustart entfernt wird.

30.0.1 (Mai 2020)

  • ADB
    • Standardmäßig wird die automatische Verbindung von adb mdns deaktiviert. Dies kann mit der Umgebungsvariable ADB_MDNS_AUTO_CONNECT wieder aktiviert werden.
    • Die Leistung von adb install-multi auf Geräten mit Android 10 oder höher verbessern.
    • Zeitlimit bei Verwendung von adb root/unroot auf einem Gerät behoben, das über TCP verbunden ist.
    • Aktualisiere die Unterstützung für die kabellose Kopplung.

30.0.0 (April 2020)

  • ADB
    • Richten Sie eine erste Unterstützung für die drahtlose Kopplung ein.
    • Unterstützung für die inkrementelle APK-Installation hinzufügen
    • Implementieren Sie clientseitige Unterstützung für die Komprimierung von adb {push, pull, sync}, wenn sie mit einem Android 11-Gerät verwendet wird.
    • Verbessern Sie die Leistung von adb push bei Verbindungen mit hoher Latenz.
    • Verbessern Sie die Push-/Pull-Leistung unter Windows.

29.0.6 (Februar 2020)

  • ADB
    • 64-Bit-Größe/Zeit-Unterstützung für adb ls bei Verwendung mit einem Android 11-Gerät.
    • Unterstützung für das Zuhören von ::1 auf POSIX.
    • Die Clientunterstützung für WinUSB-Geräte, die einen WinUSB-Deskriptor veröffentlichen (erforderlich für Android 11), sollte keine USB-Treiber mehr installieren.
    • Problem behoben, das beim Verwenden von adb install bei etwas geschah, das keine Datei ist.

29.0.5 (Oktober 2019)

  • ADB
    • Geringfügige Leistungsverbesserung unter Linux, wenn viele Verbindungen gleichzeitig genutzt werden.
    • Füge adb install die Option --fastdeploy für inkrementelle Updates von APKs während der Entwicklung hinzu.

29.0.4 (September 2019)

  • ADB
    • Hotfix für das Zeitlimit für native Fehlerbehebung mit LLDB (siehe Problem 134613180) Dadurch wird auch ein zugehöriger Fehler in den Android Studio Profilers behoben, der ein AdbCommandRejectedException verursacht, das Sie in der Datei idea.log sehen können.

29.0.3 (September 2019)

  • ADB
    • adb forward --list funktioniert mit mehreren verbundenen Geräten.
    • Probleme mit Geräten beheben, die unter Windows offline sind
    • Verbessern Sie die Ausgabe von adb install und den Hilfetext.
    • Vorheriges Verhalten von adb connect <host> wiederherstellen, ohne Port anzugeben.

29.0.2 (Juli 2019)

  • ADB
    • Ein Windows-Heap-Integritätsabsturz wurde behoben.
  • Fastboot
    • Unterstützung für das Partitionslayout zukünftiger Geräte

29.0.1 (Juni 2019)

  • ADB
    • Hotfix für Windows-Abstürze (https://issuetracker.google.com/134613180)

29.0.0 (Juni 2019)

  • ADB
    • adb reconnect führt unter Linux einen USB-Reset durch.
    • Wenn unter Linux eine Verbindung zu einem neueren ADB-Server hergestellt wird, versucht ADB, den Server zu beenden und einen älteren zu starten, sondern versucht, die neuere Version transparent zu starten.
    • adb root wartet nach dem Trennen der Verbindung darauf, dass die Verbindung wiederhergestellt wurde. Zuvor konnte adb root; adb wait-for-device versehentlich sofort zurückgegeben werden, wenn adb wait-for-device gestartet wurde, bevor ADB feststellt, dass das Gerät getrennt wurde.
  • Fastboot
    • Deaktiviert eine Fehlermeldung, die beim Versuch von fastboot auftrat, die Touchleiste oder Tastatur unter macOS zu öffnen.

28.0.2 (März 2019)

  • ADB
    • Behebt die instabile adb shell-Portweiterleitung, die zur Fehlermeldung „Verbindung durch Peer zurückgesetzt“ führt.
    • Die Authentifizierung über ADB_VENDOR_KEYS beim erneuten Verbinden von Geräten wurde korrigiert.
    • Die Authentifizierung wird korrigiert, wenn der für die Authentifizierung verwendete private Schlüssel nicht mit dem öffentlichen Schlüssel übereinstimmt. Dazu wird der öffentliche Schlüssel aus dem privaten Schlüssel berechnet, anstatt davon auszugehen, dass sie übereinstimmen.
  • Fastboot
    • Zusätzliche Unterstützung für dynamische Partitionen.
  • Aktualisierte Windows-Anforderungen
    • Die Plattformtools hängen jetzt von der Windows Universal C Runtime ab, die normalerweise standardmäßig über Windows Update installiert wird. Wenn Fehlermeldungen wegen fehlender DLLs angezeigt werden, müssen Sie das Laufzeitpaket möglicherweise manuell abrufen und installieren.

28.0.1 (September 2018)

  • ADB
    • Unterstützung für erneute Verbindung von TCP-Verbindungen hinzufügen. Nach dem Trennen der Verbindung versucht ADB bis zu 60 Sekunden lang, die Verbindung wiederherzustellen.
    • Probleme mit der Unicode-Konsolenausgabe unter Windows wurden behoben. (Dank des externen Mitwirkenden Spencer Low!)
    • Korrigieren Sie einen Dateideskriptor mit doppeltem Schließen, der dazu führen kann, dass Verbindungen bei gleichzeitiger Ausführung eines adb connect-Vorgangs geschlossen werden.
    • Fehler bei adb forward --list beheben, wenn mehrere Geräte verbunden sind.
  • Fastboot
    • Erhöhen Sie das Zeitlimit für Befehle auf 30 Sekunden, um einige langsame Bootloader-Befehle besser zu unterstützen.

28.0.0 (Juni 2018)

  • adb:
    • Unterstützung für den Betrieb ohne Prüfsumme auf Geräten mit Android P hinzufügen, wodurch der Durchsatz um bis zu 40 % verbessert wird.
    • Die Ausgabe von adb devices wird nach Verbindungstyp und Geräteserie sortiert.
    • Erhöhen Sie den Socket-Listener-Rückstand, um mehr gleichzeitige ADB-Befehle zu ermöglichen.
    • Fehlerausgabe für adb connect verbessern.
  • fastboot:
    • Verbessern Sie das Ausgabeformat durch Hinzufügen eines ausführlichen Ausgabemodus (-v).
    • Bereinigen Sie die Hilfeausgabe.
    • Fügen Sie product.img und odm.img der Liste der Partitionen hinzu, die durch fastboot flashall geflasht werden.
    • Vermeiden Sie es, neue Geräte zu blockieren, wenn Sie eine zu alte Fastboot-Version verwenden, indem Sie zulassen, dass Factory Image-Pakete Unterstützung für bestimmte Partitionen benötigen.

27.0.1 (Dezember 2017)

  • adb: behebt einen Assertion-Fehler unter macOS, der beim Verbinden von Geräten über USB 3.0 aufgetreten ist.
  • Fastboot:Unter Windows wird das Löschen von Geräten unterstützt, die F2FS (Flash-Friendly File System) verwenden.

27.0.0 (Dezember 2017)

  • Der Fastboot-Fehler in macOS 10.13 wurde neu behoben, der in 26.0.1 behoben, aber in 26.0.2 wieder eingeführt wurde.

26.0.2 (Oktober 2017)

  • Fastboot-Unterstützung für Pixel 2-Geräte hinzufügen

26.0.1 (September 2017)

  • Fastboot-Probleme unter macOS 10.13 High Sierra (Bug 64292422) wurden behoben.

26.0.0 (Juni 2017)

  • Mit der Veröffentlichung des finalen SDK für Android O (API-Level 26) aktualisiert.

25.0.5 (24. April 2017)

  • Ein Problem wurde behoben, durch das ADB-Sideloads großer Updates unter Windows als "std::bad_alloc" (Fehler 37139736) erkannt wurde.

  • ADB-Probleme mit einigen Windows-Firewalls wurden behoben, die sich als "Socket-Pair für Transportregistrierung kann nicht geöffnet werden" (Bug 37139725) äußerten.

  • Sowohl adb --version als auch fastboot --version enthalten jetzt den Installationspfad.

  • ADB wurde so geändert, dass localhost nicht behoben wird, um ein falsch konfiguriertes VPN zu umgehen.

  • ADB wurde so geändert, dass USB-Geräte unter Linux nicht mehr zurückgesetzt werden. Dies kann sich auf andere angeschlossene USB-Geräte auswirken.

25.0.4 (16. März 2017)

  • Experimentelle Libusb-Unterstützung für Linux und Mac ADB hinzugefügt

Um das Libusb-Back-End zu verwenden, legen Sie die Umgebungsvariable ADB_LIBUSB=true fest, bevor Sie einen neuen ADB-Server starten. Der neue adb host-features-Befehl teilt Ihnen mit, ob Sie libusb verwenden oder nicht.

Verwenden Sie adb kill-server; ADB_LIBUSB=1 adb start-server; adb host-features, um ADB mit libusb neu zu starten und zu prüfen, ob es funktioniert hat. Die Ausgabe sollte „libusb“ enthalten.

In diesem Release bleibt die alte Nicht-Libusb-Implementierung die Standardeinstellung.

  • Fastboot hängt nicht mehr bei MacBook Pros von 2016 auf (Fehler 231129)

  • Fehler beim Erfassen der Systrace-Befehlszeile auf Mac behoben

25.0.3 (16. Dezember 2016)

  • Der Fastboot-Fehler wurde behoben, durch den Android Things-Geräte nicht blinken konnten.

25.0.2 (12. Dezember 2016)

  • Mit der stabilen Version von Android N MR1 (API 25) aktualisiert

25.0.1 (22. November 2016)

  • Aktualisiert mit der Veröffentlichung von Android N MR1 Entwicklervorschau 2 (API 25)

25.0.0 (19. Oktober 2016)

  • Aktualisiert mit der Veröffentlichung von Android N MR1 Entwicklervorschau 1 (API 25)

24.0.4 (14. Oktober 2016)

  • Aktualisiert, um Probleme in ADB und Mac OS Sierra zu beheben

Download Android SDK Platform-Tools

Before downloading, you must agree to the following terms and conditions.

Terms and Conditions

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
Download Android SDK Platform-Tools for Windows

platform-tools-latest-windows.zip

Download Android SDK Platform-Tools

Before downloading, you must agree to the following terms and conditions.

Terms and Conditions

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
Download Android SDK Platform-Tools for Mac

platform-tools-latest-darwin.zip

Download Android SDK Platform-Tools

Before downloading, you must agree to the following terms and conditions.

Terms and Conditions

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
Download Android SDK Platform-Tools for Linux

platform-tools-latest-linux.zip