SDK 플랫폼 도구 출시 노트

Android SDK 플랫폼 도구는 Android SDK의 구성요소입니다. 여기에는 Android 플랫폼과 연동되는 adbfastboot 도구가 주로 포함되어 있습니다. Android 앱 개발에 adb가 필요하지만 앱 개발자는 일반적으로 스튜디오 설치 사본을 사용합니다. 이 다운로드는 명령줄에서 adb를 직접 사용하려는데 스튜디오가 설치되지 않은 경우에 유용합니다. 스튜디오를 설치한 경우 스튜디오에서 자동으로 업데이트되므로 설치된 사본을 사용할 수 있습니다. 기기 부트로더를 잠금 해제하고 새 시스템 이미지로 플래시하려면 fastboot가 필요합니다. 이 패키지는 이전에 systrace를 포함했지만, 이는 더 이상 사용되지 않으며 Studio Profiler, gpuinspector.dev 또는 Perfetto로 대체되었습니다.

adbfastboot의 일부 새 기능은 최신 버전의 Android에서만 사용할 수 있지만 이러한 기능은 이전 버전과 호환되므로 최신 버전의 SDK 플랫폼 도구만 있으면 됩니다. 예외를 발견하면 버그를 신고해야 합니다.

다운로드

Android 개발자는 Android 스튜디오의 SDK Manager 또는 sdkmanager 명령줄 도구에서 최신 SDK 플랫폼 도구를 가져와야 합니다. 그래야만 도구가 나머지 Android SDK 도구와 함께 올바른 위치에 저장되고 쉽게 업데이트됩니다.

그러나 명령줄 도구만 필요한 경우 다음 링크를 사용하세요.

이러한 링크는 변경되지 않지만, 항상 최신 버전의 도구를 가리킵니다.

버전 기록

34.0.0 RC2(2023년 3월)

  • Android 14 개발자 프리뷰 2 버전으로 업데이트되었습니다.

34.0.1(2023년 3월)

  • adb
    • macOS: adb 설치 중단으로 인해 '불안정한 연결(MacBook 고속 케이블)' 문제 해결이 취소되었습니다. (문제 #270205252)
  • 빠른 부팅
    • Windows: 플랫폼 도구 34.0.0에서 발생한 'mke2fs: 파일 시스템 크기를 확인하려고 할 때 잘못된 또는 잘못된 형식의 기기 이름' 오류가 수정되었습니다. (문제 #271039230)

34.0.0(2023년 2월)

  • adb
    • macOS에 길이가 0인 패킷이 전송(issuetracker: 208675141)되는 문제가 수정되었습니다.
    • 불안정한 연결(MacBook 고속 케이블): adb 연결이 자주 끊김 문제를 해결했습니다.
    • 인수 수가 부족한 adb push 관련 오류 메시지가 개선되었습니다.
  • 빠른 부팅
    • 개선된 플래싱: 이제 flashall이 가능한 경우 재부팅을 사용자 공간으로 건너뜁니다.
    • macOS에 길이가 0인 패킷이 전송(issuetracker: 208675141)되는 문제가 수정되었습니다.
    • 플래싱 recovery.img로 인한 잘못된 AVB 바닥글이 수정되었습니다.

33.0.3(2022년 8월)

  • adb
    • 첫 번째 시도가 실패하면 adb root를 다시 시도하지 마세요.
    • 트랙 기기 중복 항목을 수정합니다.
    • 수신 윈도잉(지연 시간이 긴 연결의 처리량 증가)을 추가합니다.
    • '2개 이상의 기기' 실패 사례에 표시되는 더 구체적인 오류 메시지입니다.
    • 예상치 못한 역방향 전달 요청을 거부합니다.
    • Windows에서 install-multi-package를 수정합니다.
  • 빠른 부팅
    • SDK 플랫폼 도구의 일부로 e2fsdroid를 삭제합니다.
    • 성공 시 OemCmdHandler 반환 메시지를 출력합니다.

33.0.2(2022년 5월)

  • 빠른 부팅
    • vendor_kernel_boot 파티션을 지원합니다.

33.0.1(2022년 3월)

  • adb
    • Windows mdns 비정상 종료를 수정합니다.
    • 이전 기기에서의 enable-verity/disable-verity를 수정합니다.
    • 이전 기기에서의 '여러 버전 설치'를 수정합니다.
    • 지원되는 모든 압축 방법을 포함하도록 도움말 출력을 개선합니다.
  • systrace
    • 삭제되었습니다. 대신 Studio Profiler/gpuinspector.dev/Perfetto를 사용합니다.

33.0.0(2022년 2월)

  • adb
    • 인수 없이 실행할 때 32.0.0에서 발생하는 비정상 종료 문제를 해결합니다.

32.0.0(2022년 1월)

  • adb
    • Apple M1 기기용 범용 바이너리입니다.
    • 알려진 문제: 인수 없이 실행할 때 이 버전이 다운됩니다.

31.0.3(2021년 8월)

  • 빠른 부팅
    • fastboot flashall/update를 위한 vbmeta_vendor.img 플래시를 지원합니다.

31.0.2(2021년 4월)

  • adb
    • Linux의 vsock으로 전달하는 기능을 지원합니다.
    • 기기가 무선 디버깅을 통해 즉시 업데이트를 수신하지 못하는 adb track-devices의 버그를 수정했습니다.
    • 별도로 설치된 mDNS 서비스를 사용하지 않고 mDNS 기기 검색을 위한 예비 지원을 구현합니다. 이 기능은 현재 기본적으로 사용 중지되어 있으며 adb 서버를 시작할 때 환경 변수 ADB_MDNS_OPENSCREEN을 1로 설정하여 사용 설정할 수 있습니다.
  • 빠른 부팅
    • 부팅 파티션 크기를 가져올 수 없더라도 실패하지 않습니다.
    • 커널 명령줄을 파싱하지 않고 속성에서 기기 잠금 상태를 가져옵니다.

31.0.1(2021년 3월)

  • adb
    • TCP 연결 유지 간격을 줄입니다.
    • 증분 설치 성능을 개선합니다.
  • 빠른 부팅
    • 압축된 스냅샷 병합을 지원합니다.
    • 기존 A/B 지원을 복원합니다.

31.0.0(2021년 2월)

  • adb
    • 기본적으로 pull에서 압축을 사용 중지합니다.

30.0.5(2020년 11월)

  • adb
    • 지연 시간이 긴 연결을 통해 많은 파일을 푸시할 때 adb push의 성능을 향상합니다.
    • Windows에서 adb push/pull의 성능을 개선합니다.
    • 여러 입력으로 adb push --sync를 수정합니다.
    • 증분 APK 설치 성능을 개선합니다.
    • 증분 APK 설치에 관한 오류 처리를 개선합니다.

30.0.4(2020년 7월)

  • adb
    • Android 11 이전의 기기에서 비증분 APK 설치의 대체 항목을 수정합니다.
    • adb install-multi-package를 수정합니다.
    • adb 무선 페어링과 관련된 일부 비정상 종료 문제를 수정합니다.
    • 일부 오류 메시지를 개선합니다.
  • 빠른 부팅
    • fastboot oem 명령어의 콘솔 출력을 개선합니다.
    • Nexus 7과 같은 구형 기기의 fastboot flashall을 수정합니다.

30.0.3(2020년 6월)

  • adb
    • Android 11 이전의 기기에서 v4 서명 체계로 서명된 APK를 설치할 때 발생하는 문제를 수정합니다.
    • ADB_VENDOR_KEYS 없이 인증할 때 발생하는 비정상 종료 문제를 수정합니다.
    • adb -H 사용 시 발생하는 비정상 종료 문제를 수정합니다.

30.0.2(2020년 6월)

  • adb
    • adb 무선 페어링을 개선합니다.
    • 기기가 연결되기 전에 실행할 때 adb logcat에서 중단되는 문제를 수정합니다.
    • adb transport-id를 추가하여 root/unroot/reboot 사용 후 기기가 사라질 때까지 스크립트가 대기하도록 합니다.

30.0.1(2020년 5월)

  • adb
    • 기본적으로 adb mdns 자동 연결을 사용 중지합니다. ADB_MDNS_AUTO_CONNECT 환경 변수로 다시 사용 설정할 수 있습니다.
    • Android 10 이상의 기기에서 adb install-multi의 성능을 개선합니다.
    • TCP를 통해 연결된 기기에서 adb root/unroot를 사용할 때 발생하는 시간 초과 문제를 수정합니다.
    • 무선 페어링에 관한 지원을 업데이트합니다.

30.0.0(2020년 4월)

  • adb
    • 무선 페어링에 대한 초기 지원을 추가합니다.
    • 증분 APK 설치를 지원합니다.
    • Android 11 기기와 함께 사용할 때 adb {push, pull, sync} 압축을 위해 클라이언트 측 지원을 구현합니다.
    • 지연 시간이 긴 연결에서 adb push의 성능을 개선합니다.
    • Windows에서 push/pull 성능을 개선합니다.

29.0.6(2020년 2월)

  • adb
    • Android 11 기기와 함께 사용할 때 adb ls를 위한 64비트 크기/시간 지원을 추가합니다.
    • POSIX에서 ::1 수신 대기를 지원합니다.
    • WinUSB 설명자를 게시하는 WinUSB 기기의 클라이언트 지원(Android 11에 필요)은 더 이상 USB 드라이버를 설치할 필요가 없습니다.
    • 실제로 파일이 아닌 항목에 adb install을 사용할 때 중단되던 문제를 수정했습니다.

29.0.5(2019년 10월)

  • adb
    • 여러 동시 연결을 사용할 때 Linux에서 성능을 약간 개선합니다.
    • 개발하는 동안 APK의 증분 업데이트를 위해 adb install--fastdeploy 옵션을 추가합니다.

29.0.4(2019년 9월)

  • adb
    • LLDB를 사용한 네이티브 디버깅 시간 초과를 위한 핫픽스(문제 #134613180 참고). idea.log 파일에서 볼 수 있는 AdbCommandRejectedException을 발생시키는 Android 스튜디오 프로파일러의 관련 버그도 수정합니다.

29.0.3(2019년 9월)

  • adb
    • adb forward --list는 연결된 여러 기기와 호환됩니다.
    • Windows에서 기기가 오프라인으로 전환되는 문제를 해결합니다.
    • adb install 출력 및 도움말 텍스트를 개선합니다.
    • 포트를 지정하지 않고 adb connect <host>의 이전 동작을 복원합니다.

29.0.2(2019년 7월)

  • adb
    • Windows 힙 무결성 장애를 수정합니다.
  • 빠른 부팅
    • 출시 예정 기기의 파티션 레이아웃에 관한 지원을 추가합니다.

29.0.1(2019년 6월)

  • adb
    • Windows 비정상 종료에 관한 핫픽스(https://issuetracker.google.com/134613180)

29.0.0(2019년 6월)

  • adb
    • adb reconnect는 Linux에서 USB 재설정을 실행합니다.
    • Linux에서 최신 adb 서버에 연결되면, adb는 서버를 종료하고 이전 서버를 시작하는 대신 최신 버전을 투명하게 시작하려고 시도합니다.
    • adb root는 연결을 끊은 후 기기가 다시 연결될 때까지 기다립니다. 이전에는 adb가 기기 연결이 끊어졌음을 파악하기 전에 adb wait-for-device가 시작되면 adb root; adb wait-for-device가 실수로 즉시 반환될 수 있었습니다.
  • 빠른 부팅
    • macOS에서 빠른 부팅이 터치 바 또는 키보드를 열려고 시도할 때 발생한 오류 메시지를 사용 중지합니다.

28.0.2(2019년 3월)

  • adb
    • '동종 앱에 의한 연결 재설정' 오류 메시지로 이어지는 adb shell 포트 전달의 결함을 수정합니다.
    • 기기를 다시 연결할 때 ADB_VENDOR_KEYS를 통한 인증을 수정합니다.
    • 인증에 사용된 비공개 키가 공개 키와 일치하지 않는 경우 키가 일치한다고 가정하는 대신 비공개 키에서 공개 키를 계산하여 인증을 수정합니다.
  • 빠른 부팅
    • 동적 파티션 지원 기능을 추가합니다.
  • 업데이트된 Windows 요구사항
    • 플랫폼 도구는 이제 Windows 업데이트를 통해 기본적으로 설치되는 Windows Universal C Runtime에 의존합니다. 누락된 DLL과 관련된 오류가 발생하면 런타임 패키지를 수동으로 가져와서 설치해야 할 수 있습니다.

28.0.1(2018년 9월)

  • adb
    • TCP 연결의 재연결 지원 기능을 추가합니다. 연결이 끊어지면 adb는 연결을 포기하기 전에 최대 60초 동안 재연결을 시도합니다.
    • Windows에서 유니코드 콘솔 출력을 수정합니다. (외부 참여자 스펜서 로우님 감사합니다.)
    • 발생할 수 있는 파일 설명자 이중 닫기를 수정합니다. 그 결과 adb connect가 동시에 발생할 때 연결이 닫힙니다.
    • 연결된 둘 이상의 기기에서 사용될 때 adb forward --list를 수정합니다.
  • 빠른 부팅
    • 일부 느린 부트로더 명령어를 더 효과적으로 지원하기 위해 명령어 시간 초과를 30초로 늘립니다.

28.0.0(2018년 6월)

  • adb:
    • Android P를 실행하는 기기에서 체크섬 없는 작업에 관한 지원을 추가합니다. 그 결과 처리량이 최대 40% 향상됩니다.
    • 연결 유형 및 기기 일련번호를 기준으로 adb devices의 출력을 정렬합니다.
    • 더 많은 동시 adb 명령어를 허용하도록 소켓 수신 백로그를 늘립니다.
    • adb connect의 오류 출력을 개선합니다.
  • 빠른 부팅:
    • 출력 형식을 개선하고 상세 출력 모드(-v)를 추가합니다.
    • 도움말 출력을 정리합니다.
    • fastboot flashall로 플래시되는 파티션 목록에 product.imgodm.img를 추가합니다.
    • 너무 오래된 버전의 빠른 부팅을 사용할 때 공장 출고 시 이미지 패키지에서 특정 파티션 지원 기능을 요구하게 하여 새 기기의 벽돌화(bricking)를 피합니다.

27.0.1(2017년 12월)

  • adb: USB 3.0을 사용하여 기기를 연결할 때 발생하던 MacOS에서의 어설션 실패를 수정합니다.
  • 빠른 부팅: Windows에서 F2FS(Flash-Friendly File System)를 사용하는 기기의 완전 삭제 지원을 추가합니다.

27.0.0(2017년 12월)

  • 26.0.1에서 처음 수정되었지만 26.0.2에 다시 나타난 macOS 10.13 빠른 부팅 버그를 다시 수정합니다.

26.0.2(2017년 10월)

  • Pixel 2 기기의 fastboot 지원을 추가합니다.

26.0.1(2017년 9월)

  • macOS 10.13 High Sierra에서 빠른 부팅 문제가 수정되었습니다(버그 64292422).

26.0.0(2017년 6월)

  • Android O 최종 SDK(API 수준 26)의 버전으로 업데이트되었습니다.

25.0.5(2017년 4월 24일)

  • Windows에서 'std::bad_alloc'으로 나타나는 대규모 업데이트의 adb 사이드로드가 수정되었습니다(버그 37139736).

  • '전송 등록 소켓 쌍을 열 수 없음'으로 나타나는 일부 Windows 방화벽의 adb 문제가 수정되었습니다(버그 37139725).

  • 이제 adb --versionfastboot --version에 모두 설치 경로가 포함됩니다.

  • 잘못 구성된 VPN 문제를 해결하기 위해 localhost를 확인하지 못하도록 adb가 변경되었습니다.

  • 연결된 다른 USB 기기에 영향을 줄 수 있으므로 Linux에서 USB 기기를 더 이상 재설정하지 않도록 adb가 변경되었습니다.

25.0.4(2017년 3월 16일)

  • 실험 단계의 libusb 지원이 Linux 및 Mac adb에 추가되었습니다.

libusb 백엔드를 사용하려면 새 adb 서버를 시작하기 전에 환경 변수 ADB_LIBUSB=true를 설정하세요. 새로운 명령어인 adb host-features는 libusb를 사용 중인지 알려줍니다.

libusb로 adb를 다시 시작하고 작동하는지 확인하려면 adb kill-server; ADB_LIBUSB=1 adb start-server; adb host-features를 사용하세요. 출력에 'libusb'가 포함되어야 합니다.

이 버전에서는 이전의 비 libusb 구현이 기본값으로 유지됩니다.

  • 빠른 부팅에서 더 이상 2016 MacBook Pros를 중단시키지 않습니다(버그 231129).

  • Mac에서 Systrace 명령줄 캡처가 수정되었습니다.

25.0.3(2016년 12월 16일)

  • Android Things 기기의 플래시 실패를 일으키는 fastboot 버그가 수정되었습니다.

25.0.2(2016년 12월 12일)

  • Android N MR1 안정화 버전(API 25)으로 업데이트되었습니다.

25.0.1(2016년 11월 22일)

  • Android N MR1 개발자 프리뷰 2 버전(API 25)으로 업데이트되었습니다.

25.0.0(2016년 10월 19일)

  • Android N MR1 개발자 프리뷰 1 버전(API 25)으로 업데이트되었습니다.

24.0.4(2016년 10월 14일)

  • 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