ابزارهای پلتفرم SDK اندروید، جزئی از SDK اندروید است. این ابزار شامل ابزارهایی است که با پلتفرم اندروید، عمدتاً adb و fastboot ، ارتباط برقرار میکنند. اگرچه adb برای توسعه برنامههای اندروید مورد نیاز است، اما توسعهدهندگان برنامه معمولاً فقط از نسخه نصبشده Studio استفاده میکنند. این دانلود در صورتی مفید است که میخواهید adb مستقیماً از خط فرمان استفاده کنید و Studio را نصب نکردهاید. (اگر Studio را نصب کردهاید، ممکن است بخواهید فقط از نسخه نصبشده آن استفاده کنید زیرا Studio به طور خودکار آن را بهروزرسانی میکند.) اگر میخواهید بوت لودر دستگاه خود را باز کنید و آن را با یک تصویر سیستم جدید فلش کنید، fastboot مورد نیاز است. این بسته قبلاً حاوی systrace بود، اما به نفع Studio Profiler، gpuinspector.dev یا Perfetto منسوخ شده است.
اگرچه برخی از ویژگیهای جدید در adb و fastboot فقط برای نسخههای اخیر اندروید در دسترس هستند، اما با نسخههای قبلی سازگار هستند، بنابراین شما فقط به آخرین نسخه SDK Platform-Tools نیاز دارید و در صورت مشاهده استثنائات، باید اشکالات را گزارش دهید.
دانلودها
اگر شما یک توسعهدهنده اندروید هستید، باید جدیدترین ابزارهای پلتفرم SDK را از SDK Manager اندروید استودیو یا از ابزار خط فرمان sdkmanager دریافت کنید. این کار تضمین میکند که ابزارها در جای مناسب با بقیه ابزارهای SDK اندروید شما ذخیره شده و به راحتی بهروزرسانی میشوند.
اما اگر فقط این ابزارهای خط فرمان را میخواهید، از لینکهای زیر استفاده کنید:
اگرچه این لینکها تغییر نمیکنند، اما همیشه به جدیدترین نسخه ابزارها اشاره میکنند.
اصلاحات
۳۶.۰.۰ (آوریل ۲۰۲۵)
- adb
- بازنویسی بکاند libusb USB (استفاده از API همگامسازی به جای API ناهمگام). بهبود قابلیت اطمینان و رفع مشکل فرسودگی حافظه در لینوکس.
- افزونهی هات-پلاگینِ رابط USB لیباسبی (Libusb) اکنون از ویندوز پشتیبانی میکند (تشخیص سرعت USB را فعال میکند).
-
server-statusبهبود یافته، اکنون در صورت فعال بودن mdns نمایش داده میشود. - اشکال macOS که در آن بستههای با طول صفر ارسال نمیشدند و منجر به قطع اتصال میشد، برطرف شد (b/208675141).
- مشکل استفاده پس از آزادسازی در بخش مدیریت libusb برطرف شد.
۳۵.۰.۲ (ژوئیه ۲۰۲۴)
- adb
- رفع اشکال مربوط به بخش مدیریت mDNS در صفحه باز که باعث از کار افتادن سرور در هنگام جستجوی کوتاه شده میشد، شماره #۲۹۴۱۲۰۹۳۳ .
- کاری کنید که backend مربوط به mDNS در openscreen روی macOS کار کند.
- تنظیمات پیشفرض backend mDNS در openscreen را در همه پلتفرمها اعمال کنید.
- پشتیبانی از تشخیص USB SuperSpeed+ (سرعتهای فعلی و سرعتهای مورد توافق) برای اهداف تشخیصی.
- خاموش کردن آرام: تمام رابطهای USB را هنگام خاموش شدن (همه سیستم عاملها) آزاد میکند.
۳۵.۰.۱ (مارس ۲۰۲۴)
- adb
- به libusb 1.0.27 بروید
۳۵.۰.۰ (فوریه ۲۰۲۴)
- adb
- در شماره #270205252 لینوکس، libusb را به عنوان پیشفرض انتخاب کنید.
- راه اندازی adb را روی میزبان ها بدون USB برطرف کنید.
- رفع مشکل هنگ کردن adb ناشی از گزارش نادرست دستگاههای USB با طول صفر، شماره 302212871 .
- رفع مشکل کد برگشتی
adb shellهنگام قطع اتصال دستگاه #321787891 .
- فست بوت
- حداکثر اندازه صف بستههای ورودی را محدود کنید.
- موانعی که قبلاً سرعت دانلود را به حدود ۱۲۰ مگابایت بر ثانیه محدود میکردند، حذف شدند. اکنون فستبوت میتواند باس SuperSpeed+ را اشباع کند و بسته به دستگاه، به سرعتهایی تا ۹۸۰ مگابایت بر ثانیه دست یابد.
۳۴.۰.۵ (اکتبر ۲۰۲۳)
- adb
- adb اکنون در macOS به طور پیشفرض روی libusb تنظیم شده است تا مشکل #270205252 را برطرف کند.
- پیش از این، adb هنگام عدم موفقیت جفتسازی بیسیم، با یک کد موفقیتآمیز پاسخ میداد. این مشکل با برگرداندن کد خطا (1) و خطای کاربر (
error: protocol fault (couldn't read status message...)) حل شد.echo $?اکنون1را گزارش میدهد. -
adb wait-for-disconnectاکنون برای دستگاههای غیر USB (اشکالزدایی بیسیم) نیز قابل استفاده است. - رابط کاربری جدید DbC برای پشتیبانی آینده از ChromeOS از طریق adb اضافه شد.
- فست بوت
- مشکل فلشآل در دستگاههای پیکسل ۳ برطرف شد.
۳۴.۰.۴ (ژوئیه ۲۰۲۳)
- adb
- وقتی adb یک سرور میزبان adb را منشعب میکند،
-a (gListenAll) را منتشر میکند (قبلاً، این پرچم فقط برایadb -a server nodaemon) کار میکرد). - روت و آنروت سریعتر
-
Flag(env) guarding clear endpoint (device) feature for OSX usb start.( شماره #270205252 ).
- وقتی adb یک سرور میزبان adb را منشعب میکند،
- فست بوت
- مک: حذف تلاشهای مجدد در تکرارکننده نامعتبر IO (عدم موفقیت چشمکزن با LIBUSB_TRANSFER_CANCELLED)
- ویندوز: رفع مشکل "فایل پراکنده خیلی بزرگ یا نامعتبر است" هنگام استفاده از "flashall"
- همه پلتفرمها: رفع مشکل «ANDROID_PRODUCT_OUT تنظیم نشده است» هنگام استفاده از «بهروزرسانی»
۳۴.۰.۱ (مارس ۲۰۲۳)
- adb
- macOS: به دلیل هنگ کردن نصب adb ( شماره #270205252 )، مشکل «اتصال ناپایدار (کابل پرسرعت مکبوک)» برطرف شد.
- فست بوت
- ویندوز: خطای «mke2fs: نام دستگاه غیرقانونی یا ناقص هنگام تلاش برای تعیین اندازه سیستم فایل» که در ابزارهای پلتفرم ۳۴.۰.۰ ( شماره ۲۷۱۰۳۹۲۳۰ ) معرفی شده بود، برطرف شد.
۳۴.۰.۰ RC۲ (مارس ۲۰۲۳)
- با انتشار پیشنمایش توسعهدهندگان اندروید ۱۴ نسخه ۲ بهروزرسانی شد (بدون بهروزرسانی برای adb و fastboot).
۳۴.۰.۰ (فوریه ۲۰۲۳)
- adb
- بسته با طول ثابت صفر برای macOS ارسال میشود (issuetracker: 208675141) .
- اتصال ناپایدار آدرسدهیشده (کابل پرسرعت مکبوک): قطع و وصل مکرر adb.
- پیام خطای بهبود یافته برای ارسال adb با تعداد آرگومانهای ناکافی.
- فست بوت
- بهبود فلش کردن:
flashallاکنون در صورت امکان، از راهاندازی مجدد به فضای کاربری صرفنظر میکند. - بسته با طول ثابت صفر برای macOS ارسال میشود (issuetracker: 208675141) .
- مشکل فلش شدن فایل ریکاوری که منجر به اشتباه شدن پاورقی AVB میشد، برطرف شد.
- بهبود فلش کردن:
۳۳.۰.۳ (آگوست ۲۰۲۲)
- adb
- اگر اولین تلاش ناموفق بود، دوباره
adb rootامتحان نکنید. - ورودی تکراری دستگاههای ردیابی را برطرف کنید.
- اضافه کردن پنجرهبندی دریافت (افزایش توان عملیاتی در اتصالات با تأخیر بالا).
- پیامهای خطای خاصتر در موارد خرابی «بیش از یک دستگاه».
- درخواستهای غیرمنتظرهی ارسال معکوس را رد کنید.
- رفع مشکل نصب چند بسته در ویندوز.
- اگر اولین تلاش ناموفق بود، دوباره
- فست بوت
- e2fsdroid را به عنوان بخشی از ابزارهای پلتفرم SDK حذف کنید.
- در صورت موفقیت، پیام بازگشت OemCmdHandler را چاپ کنید.
۳۳.۰.۲ (مه ۲۰۲۲)
- فست بوت
- پشتیبانی از پارتیشن
vendor_kernel_boot.
- پشتیبانی از پارتیشن
۳۳.۰.۱ (مارس ۲۰۲۲)
- adb
- رفع مشکلات مربوط به خرابی mdns ویندوز.
- رفع مشکل enable-verity/disable-verity در دستگاههای قدیمی.
- رفع مشکل "نصب چندگانه" در دستگاههای قدیمی
- خروجی راهنما بهبود یافته تا شامل تمام روشهای فشردهسازی پشتیبانیشده باشد.
- سیستم
- حذف شد. به جای آن از Studio Profiler/gpuinspector.dev/Perfetto استفاده کنید.
۳۳.۰.۰ (فوریه ۲۰۲۲)
- adb
- مشکل کرشهای معرفی شده در نسخه ۳۲.۰.۰ هنگام اجرا بدون هیچ آرگومانی، برطرف شد.
۳۲.۰.۰ (ژانویه ۲۰۲۲)
- adb
- فایل باینری جهانی برای دستگاههای Apple M1.
- مشکل شناختهشده: این نسخه هنگام اجرا بدون هیچ آرگومانی از کار میافتد.
۳۱.۰.۳ (آگوست ۲۰۲۱)
- فست بوت
- پشتیبانی از فلش کردن vbmeta_vendor.img برای فلش کردن fastboot / آپدیت.
۳۱.۰.۲ (آوریل ۲۰۲۱)
- adb
- پشتیبانی از ارسال به vsock در لینوکس.
- رفع اشکال در
adb track-devicesکه در آن دستگاهها از طریق اشکالزدایی بیسیم بلافاصله بهروزرسانیها را دریافت نمیکردند. - پیادهسازی پشتیبانی اولیه برای کشف دستگاه mDNS بدون نصب جداگانه سرویس mDNS. این قابلیت در حال حاضر به طور پیشفرض غیرفعال است و میتوان با تنظیم متغیر محیطی
ADB_MDNS_OPENSCREENروی ۱ هنگام راهاندازی سرور adb، آن را فعال کرد.
- فست بوت
- وقتی نمیتوانید اندازه پارتیشن بوت را بدست آورید، شکست نخورید.
- به جای تجزیه خط فرمان هسته، وضعیت قفل دستگاه را از ویژگی استخراج کنید.
۳۱.۰.۱ (مارس ۲۰۲۱)
- adb
- فاصله زمانی TCP keepalive را کاهش دهید.
- بهبود عملکرد نصب تدریجی.
- فست بوت
- پشتیبانی از ادغام اسنپشاتهای فشردهشده را اضافه کنید.
- پشتیبانی قدیمی A/B را بازیابی کنید.
۳۱.۰.۰ (فوریه ۲۰۲۱)
- adb
- فشردهسازی را هنگام کشیدن به طور پیشفرض غیرفعال کنید.
۳۰.۰.۵ (نوامبر ۲۰۲۰)
- adb
- بهبود عملکرد
adb pushهنگام ارسال تعداد زیادی فایل از طریق اتصال با تأخیر بالا. - بهبود عملکرد
adb push/pullدر ویندوز. - رفع مشکل
adb push --syncبا چندین ورودی. - بهبود عملکرد نصب تدریجی apk.
- بهبود مدیریت خطا برای نصب تدریجی apk.
- بهبود عملکرد
۳۰.۰.۴ (ژوئیه ۲۰۲۰)
- adb
- رفع مشکل نصب غیر افزایشی apk در دستگاههای قبل از اندروید ۱۱.
- رفع مشکل
adb install-multi-package. - رفع برخی از کرشهای مربوط به جفتسازی بیسیم adb.
- بهبود برخی از پیامهای خطا.
- فست بوت
- بهبود خروجی کنسول در دستورات
fastboot oem. - رفع مشکل
fastboot flashallدر دستگاههای قدیمیتر مانند Nexus 7.
- بهبود خروجی کنسول در دستورات
۳۰.۰.۳ (ژوئن ۲۰۲۰)
- adb
- رفع مشکل نصب APK های امضا شده با طرح امضای v4 در دستگاههای قبل از اندروید ۱۱.
- رفع مشکل کرش هنگام احراز هویت بدون
ADB_VENDOR_KEYS. - رفع مشکل کرش شدن هنگام استفاده از
adb -H.
۳۰.۰.۲ (ژوئن ۲۰۲۰)
- adb
- بهبود جفتسازی بیسیم adb.
- رفع مشکل هنگ کردن
adb logcatهنگام اجرا قبل از اتصال دستگاه. -
adb transport-idرا اضافه کنید تا اسکریپتها بتوانند پس از روت/آنروت/ریبوت، با خیال راحت منتظر بمانند تا دستگاه از دسترس خارج شود.
۳۰.۰.۱ (مه ۲۰۲۰)
- adb
- اتصال خودکار adb mdns به طور پیشفرض غیرفعال است. این قابلیت را میتوان با متغیر محیطی
ADB_MDNS_AUTO_CONNECTدوباره فعال کرد. - بهبود عملکرد
adb install-multiدر دستگاههای اندروید ۱۰ یا جدیدتر. - رفع مشکل تایم اوت هنگام استفاده از
adb root/unrootدر دستگاهی که از طریق TCP متصل شده است. - پشتیبانی از جفتسازی بیسیم را بهروزرسانی کنید.
- اتصال خودکار adb mdns به طور پیشفرض غیرفعال است. این قابلیت را میتوان با متغیر محیطی
۳۰.۰.۰ (آوریل ۲۰۲۰)
- adb
- پشتیبانی اولیه برای جفتسازی بیسیم را اضافه کنید.
- پشتیبانی از نصب تدریجی APK اضافه شد.
- پیادهسازی پشتیبانی سمت کلاینت برای فشردهسازی
adb {push, pull, sync}هنگام استفاده با دستگاه اندروید ۱۱. - بهبود عملکرد
adb pushدر اتصالات با تأخیر بالا. - بهبود عملکرد push/pull در ویندوز.
۲۹.۰.۶ (فوریه ۲۰۲۰)
- adb
- پشتیبانی از اندازه/زمان ۶۴ بیتی برای
adb lsهنگام استفاده با دستگاه اندروید ۱۱. - پشتیبانی از گوش دادن به
::1در POSIX. - پشتیبانی کلاینت برای دستگاههای WinUSB که یک توصیفگر WinUSB منتشر میکنند (برای اندروید ۱۱ لازم است) دیگر نیازی به نصب درایور USB نخواهد داشت.
- رفع مشکل هنگ کردن هنگام استفاده از
adb installروی چیزی که در واقع فایل نیست.
- پشتیبانی از اندازه/زمان ۶۴ بیتی برای
۲۹.۰.۵ (اکتبر ۲۰۱۹)
- adb
- بهبود جزئی عملکرد در لینوکس هنگام استفاده از چندین اتصال همزمان.
- گزینه
--fastdeployرا بهadb installاضافه کنید تا بهروزرسانیهای تدریجی برای فایلهای APK در حین توسعه انجام شود.
۲۹.۰.۴ (سپتامبر ۲۰۱۹)
- adb
- رفع مشکل وقفه اشکالزدایی بومی با LLDB (به شماره #134613180 مراجعه کنید). این همچنین یک اشکال مرتبط در پروفایلرهای اندروید استودیو را که باعث ایجاد
AdbCommandRejectedExceptionمیشود، برطرف میکند که میتوانید آن را در فایلidea.logمشاهده کنید.
- رفع مشکل وقفه اشکالزدایی بومی با LLDB (به شماره #134613180 مراجعه کنید). این همچنین یک اشکال مرتبط در پروفایلرهای اندروید استودیو را که باعث ایجاد
۲۹.۰.۳ (سپتامبر ۲۰۱۹)
- adb
-
adb forward --listبا چندین دستگاه متصل کار میکند. - رفع مشکل آفلاین شدن دستگاهها در ویندوز
- بهبود خروجی
adb installو متن راهنما. - رفتار قبلی
adb connect <host>را بدون مشخص کردن پورت بازیابی کنید.
-
۲۹.۰.۲ (ژوئیه ۲۰۱۹)
- adb
- مشکل از کار افتادن یکپارچگی پشته ویندوز (Windows heap integrity crash) برطرف شد.
- فست بوت
- پشتیبانی از طرحبندی پارتیشن دستگاههای آینده را اضافه میکند.
۲۹.۰.۱ (ژوئن ۲۰۱۹)
- adb
- رفع مشکل خرابی ویندوز (https://issuetracker.google.com/134613180)
۲۹.۰.۰ (ژوئن ۲۰۱۹)
- adb
-
adb reconnectریست کردن USB را در لینوکس انجام میدهد. - در لینوکس، هنگام اتصال به یک سرور adb جدیدتر، به جای از کار انداختن سرور و شروع به کار سرور قدیمیتر، adb تلاش میکند نسخه جدیدتر را به صورت شفاف راهاندازی کند.
-
adb rootپس از قطع اتصال، منتظر اتصال مجدد دستگاه میماند. پیش از این، اگرadb root; adb wait-for-deviceقبل از اینکه adb متوجه قطع اتصال دستگاه شود، شروع میشد، ممکن بودadb wait-for-deviceبه اشتباه بلافاصله برگردد.
-
- فست بوت
- پیام خطایی که هنگام تلاش fastboot برای باز کردن نوار لمسی یا صفحه کلید در macOS رخ میداد را غیرفعال میکند.
۲۸.۰.۲ (مارس ۲۰۱۹)
- adb
- مشکل انتقال پورت
adb shellکه منجر به پیام خطای "تنظیم مجدد اتصال توسط همتا" میشد، برطرف شد. - رفع مشکل احراز هویت از طریق
ADB_VENDOR_KEYSهنگام اتصال مجدد دستگاهها. - احراز هویت - زمانی که کلید خصوصی مورد استفاده برای احراز هویت با کلید عمومی مطابقت ندارد - را با محاسبه کلید عمومی از روی کلید خصوصی، به جای فرض مطابقت آنها، برطرف میکند.
- مشکل انتقال پورت
- فست بوت
- پشتیبانی از پارتیشنهای پویا را اضافه میکند.
- الزامات بهروزرسانیشدهی ویندوز
- ابزارهای پلتفرم اکنون به Windows Universal C Runtime وابسته هستند که معمولاً به طور پیشفرض از طریق Windows Update نصب میشود. اگر خطاهایی در مورد فقدان DLLها مشاهده کردید، ممکن است لازم باشد بسته runtime را به صورت دستی دریافت و نصب کنید.
۲۸.۰.۱ (سپتامبر ۲۰۱۸)
- adb
- پشتیبانی از اتصال مجدد اتصالات TCP اضافه شد. پس از قطع اتصال، adb تا 60 ثانیه قبل از قطع اتصال، سعی در اتصال مجدد خواهد کرد.
- خروجی کنسول یونیکد را در ویندوز اصلاح کنید. (با تشکر از همکار خارجی، اسپنسر لو!)
- مشکل دوبار بستن توصیفگر فایل که میتواند رخ دهد و منجر به بسته شدن اتصالات هنگام
adb connectشود را برطرف کنید. - رفع مشکل
adb forward --listهنگام استفاده با بیش از یک دستگاه متصل.
- فست بوت
- برای پشتیبانی بهتر از برخی از دستورات کند بوت لودر، زمان انتظار دستور را به 30 ثانیه افزایش دهید.
۲۸.۰.۰ (ژوئن ۲۰۱۸)
- adb :
- پشتیبانی از عملکرد بدون چکسام با دستگاههایی که اندروید P را اجرا میکنند، اضافه شده است که باعث افزایش توان عملیاتی تا ۴۰٪ میشود.
- خروجی
adb devicesرا بر اساس نوع اتصال و سریال دستگاه مرتب کنید. - برای اینکه امکان اجرای همزمان دستورات adb بیشتر شود، میزان انباشتگی سوکت را افزایش دهید.
- بهبود خروجی خطا برای
adb connect.
- فست بوت :
- فرمت خروجی را بهبود دهید، یک حالت خروجی مفصل (
-v) اضافه کنید. - خروجی راهنما را تمیز کنید.
-
product.imgوodm.imgبه لیست پارتیشنهای فلش شده توسطfastboot flashallاضافه کنید. - با اجازه دادن به بستههای ایمیج کارخانه که از پارتیشنهای خاصی پشتیبانی میکنند، از بریک شدن دستگاههای جدید هنگام استفاده از نسخههای خیلی قدیمی فستبوت جلوگیری کنید.
- فرمت خروجی را بهبود دهید، یک حالت خروجی مفصل (
۲۷.۰.۱ (دسامبر ۲۰۱۷)
- adb: مشکل خطای assertion در MacOS که هنگام اتصال دستگاهها با استفاده از USB 3.0 رخ میداد را برطرف میکند.
- Fastboot: در ویندوز، پشتیبانی از پاک کردن دستگاههایی که از F2FS (سیستم فایل سازگار با فلش) استفاده میکنند را اضافه میکند.
۲۷.۰.۰ (دسامبر ۲۰۱۷)
- اشکال فستبوت macOS 10.13 که ابتدا در نسخه 26.0.1 برطرف شده بود، اما در نسخه 26.0.2 دوباره معرفی شد، دوباره برطرف شد.
۲۶.۰.۲ (اکتبر ۲۰۱۷)
- پشتیبانی از فستبوت برای دستگاههای پیکسل ۲ اضافه شد.
۲۶.۰.۱ (سپتامبر ۲۰۱۷)
- مشکلات فست بوت در macOS 10.13 High Sierra ( باگ 64292422 ) برطرف شد.
۲۶.۰.۰ (ژوئن ۲۰۱۷)
- با انتشار SDK نهایی اندروید O (سطح API 26) بهروزرسانی شد.
۲۵.۰.۵ (۲۴ آوریل ۲۰۱۷)
مشکل بارگذاری جانبی adb مربوط به بهروزرسانیهای حجیم در ویندوز که به صورت "std::bad_alloc" نمایش داده میشد ( باگ 37139736 ) برطرف شد.
مشکلات adb با برخی از فایروالهای ویندوز که به صورت «نمیتوان socketpair ثبت انتقال را باز کرد» ( باگ 37139725 ) ظاهر میشد، برطرف شد.
حالا هم
adb --versionو همfastboot --versionمسیر نصب را شامل میشوند.adb را تغییر دادم تا
localhostحل نکند تا VPN با پیکربندی نادرست کار کند.adb تغییر کرد تا دیگر دستگاههای USB را در لینوکس ریست نکند، که میتواند بر سایر دستگاههای USB متصل تأثیر بگذارد.
۲۵.۰.۴ (۱۶ مارس ۲۰۱۷)
- پشتیبانی آزمایشی libusb به adb لینوکس و مک اضافه شد
برای استفاده از libusb backend، قبل از راهاندازی یک سرور adb جدید، متغیر محیطی ADB_LIBUSB=true را تنظیم کنید. دستور جدید adb host-features به شما خواهد گفت که آیا از libusb استفاده میکنید یا خیر.
برای راهاندازی مجدد adb با libusb و بررسی عملکرد آن، از adb kill-server; ADB_LIBUSB=1 adb start-server; adb host-features استفاده کنید. خروجی باید شامل "libusb" باشد.
در این نسخه، پیادهسازی قدیمیِ غیر-libusb به صورت پیشفرض باقی مانده است.
فستبوت دیگر مکبوک پروهای ۲۰۱۶ را هنگ نمیکند ( باگ ۲۳۱۱۲۹ )
رفع مشکل ضبط خط فرمان Systrace در مک
۲۵.۰.۳ (۱۶ دسامبر ۲۰۱۶)
- رفع اشکال فستبوت که باعث میشد دستگاههای Android Things فلش نشوند
۲۵.۰.۲ (۱۲ دسامبر ۲۰۱۶)
- با نسخه پایدار اندروید N MR1 (API 25) بهروزرسانی شد.
۲۵.۰.۱ (۲۲ نوامبر ۲۰۱۶)
- با انتشار نسخه دوم پیشنمایش توسعهدهندگان اندروید N MR1 (API 25) بهروزرسانی شد.
۲۵.۰.۰ (۱۹ اکتبر ۲۰۱۶)
- با انتشار نسخه ۱ پیشنمایش توسعهدهندگان اندروید N MR1 (API 25) بهروزرسانی شد.
۲۴.۰.۴ (۱۴ اکتبر ۲۰۱۶)
- برای رفع مشکلات در ADB و Mac OS Sierra بهروزرسانی شد
دانلود کنید Android SDK Platform-Tools
قبل از دانلود، باید با شرایط و ضوابط زیر موافقت کنید.
شرایط و ضوابط
This is the Android Software Development Kit License Agreement1. 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. General Legal Terms
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
قبل از دانلود، باید با شرایط و ضوابط زیر موافقت کنید.
شرایط و ضوابط
This is the Android Software Development Kit License Agreement1. 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. General Legal Terms
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
قبل از دانلود، باید با شرایط و ضوابط زیر موافقت کنید.