Скачать google android sdk для windows

Скачайте последнюю версию Android SDK для Windows. Среда для программирования под Android. Спустя некоторое время после первого выпуска, а затем огромного роста...

Скачивай, открывай новое, делись с друзьями

Windows

Android SDK icon


1.6 M



Среда для программирования под Android

Приложения, рекомендуемые для вас

Opera GX icon

Браузер, ориентированный на игроков

Android Studio icon

Новая среда программирования для Android

Telegram for Desktop icon

Общайтесь со всеми своими контактами в Telegram со своего рабочего стола

WindowsAndroid icon

Самый простой эмулятор Android для Windows

Zoom Cloud Meetings icon

Видеозвонки и конференции с массой других возможностей

AutoClicker icon

Автоматизация нажатий мышкой на компьютере

WhatsApp Desktop icon

Общайся с друзьями через десктопную версию Whatsapp

iTunes (64-bit) icon

Совершенный партнер для вашего нового iPod или iPhone

Больше информации

Лицензия Бесплатно
ОС Windows
Раздел Общие
Язык Pусский
Автор Google, Inc
Размер 148.9 MB
Загрузки 1,588,557
Дата 9 окт 2019
SHA256 7e81d69c303e47a4f0e748a6352d85cd0c8fd90a5a95ae4e076b5e5f960d3c7a
Почему это приложение опубликовано на Uptodown?

(Больше информации)

Похожие на Android SDK

Python icon

Объектно-ориентированный динамический язык программирования

Atom icon

Полнофункциональный текстовый редактор для программистов от GitHub

Visual Studio Code icon

Многоплатформенный редактор кода для Microsoft

Brackets icon

Динамическая среда для веб-разработки

Android Studio icon

Новая среда программирования для Android

Komodo Edit icon

Среда IDE, адаптированная для программирования на динамических языках

Avocode icon

Avocode

Eclipse IDE icon

Самая популярная среда разработки

Vim icon

Bram Moolenaar

CudaText icon

UVviewsoft

DBeaver icon

Управляйте несколькими базами данных с помощью одного единственного инструмента

Android Studio icon

Новая среда программирования для Android

EmEditor Professional icon

Emurasoft

UltraEdit icon

Все, что нужно программисту от редактора

Exportizer icon

VLSoftware.net

GameMaker Studio icon

Создавайте собственные игры для любых платформ

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

The Android SDK Platform-Tools is a component for the Android SDK. It includes tools that interface with the Android platform, such as adb, fastboot, and systrace. These tools are required for Android app development. They’re also needed if you want to unlock your device bootloader and flash it with a new system image.

Although some new features in these tools are available only for recent versions of Android, the tools are backward compatible, so you need only one version of the SDK Platform-Tools.

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

What’s New

adb

  • Don’t retry adb root if first attempt failed.
  • Fix track-devices duplicate entry.
  • Add receive windowing (increase throughput on high-latency connections).
  • More specific error messages in the «more than one device» failure cases.
  • Reject unexpected reverse forward requests.
  • Fix install-multi-package on Windows.

fastboot

  • Remove e2fsdroid as part of SDK platform-tools.
  • Print OemCmdHandler return message on success.

Previous release notes

SDK Platform Tools Windows 33.0.0

adb

  • Fixes the issue introduced in 32.0.0 of crashes when run without any arguments.
  • Disable compression on pull by default.
  • Improve performance of adb push when pushing many files over a high-latency connection.
  • Improve adb push/pull performance on Windows.
  • Fix adb push —sync with multiple inputs.
  • Improve performance of incremental apk installation.
  • Improve error handling for incremental apk installation.

30.0.4

adb

  • Fix fallback to non-incremental apk installation on pre-Android 11 devices.
  • Fix adb install-multi-package.
  • Fix some more crashes related to adb wireless pairing.
  • Improve some error messages.

fastboot

  • Improve console output on fastboot oem commands.
  • Fix fastboot flashall on Nexus 7.

30.0.4 Command-line tools:

adb

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

Previous release notes:

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

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

29.0.5 (October 2019) Command-line tools:

adb

  • Slight performance improvement on Linux when using many simultaneous connections.
  • Add —fastdeploy option to adb install, for incremental updates to APKs while developing.

Available Packages:

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

Download links for previous version Android SDK 25.2.3:

  • Android SDK 25.2.3 for Windows
  • Android SDK 25.2.3 for macOS
  • Android SDK 25.2.3 for Linux

СКАЧАТЬ

Описание

Отзывы

share

Выберите вариант загрузки:

  • скачать с сервера SoftPortal (установочный exe-файл)

Android SDK — универсальная оболочка для моделирования и разработки различных программных продуктов под операционную систему Android (полное описание…)

Рекомендуем популярное

скачать DS4WindowsDS4Windows 3.2.7

Эмулятор контроллера Xbox 360 для использования геймпада Sony DualShock 4 во многих компьютерных…

скачать VMware WorkstationVMware Workstation 17.0.0 build 20800274

VMware Workstation — приложение для одновременного запуска на ПК нескольких операционных систем,…

скачать VirtualBoxVirtualBox 7.0.4-154605

VirtualBox — приложение, которое позволяет пользователю создавать виртуальные машины с…

скачать ImDisk Virtual Disk DriverImDisk Virtual Disk Driver 2.1.1 built 30

ImDisk Virtual Disk Driver — маленькая утилита для создания виртуальных дисков в оперативной памяти компьютера…

скачать VCamVCam 6.4

VCam — эмулятор веб-камеры, позволяющий пользователям у которых отсутствует устройство…

скачать BlueStacks App PlayerBlueStacks App Player 10.19.4.1001 / 5.9.600.1001

BlueStacks App Player — бесплатный эмулятор, с помощью которого можно легко запустить на настольном…

Android SDK is the official software development package for developers who want to create Android Applications that can take full advantage of the entire Android hardware and software ecosystem. With a fully integrated software stack that enables seamless access to SDK tools, plugins, and utilities, anyone can easily start producing your first Android applications. The core parts of Android SDK including Tools, Android Platform Tools, the latest Android platform, and the latest Android system image for the emulator are already included in the package. However, according to your own requirements, you can change system images and create your application for any Android OS version you require.

With Android SDK for PC, programmers get immediate access to all the necessary tools for planning, building, testing, debugging, and profiling apps for Android. Offline documentation is provided, but you can also contact a large online community and the app developers for help, tutorials, and hint that will make your project run more smoothly. Additionally, you also get access to a copy of the Android platform source code, which can make you’re debugging much easier.

Features and Highlights

SDK Tools
It contains tools for debugging and testing, plus other utilities that are required to develop an app. If you’ve just installed the SDK starter package, then you already have the latest version of this package. Make sure you keep this up to date.

SDK Platform-tools
It contains platform-dependent tools for developing and debugging your application. These tools support the latest features of the Android platform and are typically updated only when a new platform becomes available. These tools are always backward compatible with older platforms, but you must be sure that you have the latest version of these tools when you install a new SDK platform.

Documentation
An offline copy of the latest documentation for the Android platform APIs.

SDK Platform
There’s one SDK Platform available for each version of Android. It includes an android.jar file with a fully compliant Android library. In order to build an Android app, you must specify an SDK platform as your build target.

System Images
Each platform version offers one or more different system images (such as for ARM and x86). The Android emulator requires a system image to operate. You should always test your app on the latest version of Android and using the emulator with the latest system image is a good way to do so.

Sources for Android SDK
A copy of the Android platform source code that’s useful for stepping through the code while debugging your app.

Note: Requires Java Runtime Environment.

Also Available: Download Android SDK for Mac

Download Android SDK Latest Version

Android SDK Platform Tools are the elements of the Android SDK. It contains tools that alliance with the Android platform, such as ADB, fastboot, and systrace.

Here on this page, we have shared the latest version of the Android SDK Platform Tools and the previous versions.

Notes

[*] Usage: Platform Tools can be used to unlock the Android Device’s bootloader, flash new system images on the device, and manage the device through ADB commands and during the development of an Android App.

[*] Setup ADB and Fastboot using Android SDK: If you want to learn to set up the ADB and fastboot files using the Android SDK package, then head over to How to setup ADB and Fastboot Drivers page.

[*] ADB Driver Installer: If you want to install the Google ADB Driver on the Windows Computer, then head over to Download 15 Seconds ADB installer page.

[*] Credits: Platform Tools are the part of the Android SDK package and are officially provided by Google, LLC. So, full credit goes to them for sharing the Platform Tools for free.

Well the folks who are trying to download either on *ix or Ec2 machine would suggest to clean approach in below steps:

$ mkdir android-sdk
$ cd android-sdk
$ mkdir cmdline-tools
$ cd cmdline-tools
$ wget https://dl.google.com/android/repository/commandlinetools-linux-*.zip
$ unzip commandlinetools-linux-*.zip

The king — sdkmanager lives inside

cmdline-tools/tools/bin

, you’d better set in PATH environment variable.

but cmdline-tools should not be set as ANDROID_HOME. Because later, when updating Android SDK, or installing more packages, the other packages will be placed under ANDROID_HOME, but not under cmdline-tools.

The final, complete ANDROID_HOME directory structure should look like below, consist of quite a few sub-directories:

build-tools, cmdline-tools, emulator, licenses, patcher, platform-tools, platforms, tools.
You can easily point out that build-tools and cmdline-tools are siblings, all resides inside the parent ANDROID_HOME.

Add SDK tools directory in PATH environment variable to make executable available globally. Add below line either in ~/.bashrc or ~/.profile file to make it permanent.

In order to edit the ~/.bashrc simply can be editable in vim mode

$ vim .bashrc

Now set your preferred ANDROID_HOME in .bashrc file :

export ANDROID_HOME=/home/<user>/android-sdk
export PATH=${PATH}:$ANDROID_HOME/cmdline-tools/tools/bin:$ANDROID_HOME/platform-tools

here strange thing that we haven’t download the platform-tools directory as of now but mentoning it under path but let it be as it will help you avoid remodification on the same file later.

Now go inside the same directory:

$ cd android-sdk

NOTE: well in first attempt sdkmanager command didnt found for me so I close the terminal and again created the connection or you can also refresh the same if it works for you.

after that use the sdkmanager to list and install the packages needed:

$ sdkmanager "platform-tools" "platforms;android-27" "build-tools;27.0.3"

Hence Sdkmanager path is already set it will be accessible from anywhere:

$ sdkmanager --update


$ sdkmanager --list
Installed packages:=====================] 100% Computing updates...             
  Path                 | Version | Description                    | Location             
  -------              | ------- | -------                        | -------              
  build-tools;27.0.3   | 27.0.3  | Android SDK Build-Tools 27.0.3 | build-tools/27.0.3/  
  emulator             | 30.0.12 | Android Emulator               | emulator/            
  patcher;v4           | 1       | SDK Patch Applier v4           | patcher/v4/          
  platform-tools       | 30.0.1  | Android SDK Platform-Tools     | platform-tools/      
  platforms;android-27 | 3       | Android SDK Platform 27        | platforms/android-27/

Понравилась статья? Поделить с друзьями:
  • Скачать gpedit msc windows 10 home на русском
  • Скачать gom player для windows xp бесплатно на русском языке
  • Скачать handbrake на русском для windows 10 64 bit
  • Скачать gothic 3 на русском через торрент для windows 10
  • Скачать gom player для windows 7 с официального сайта