Android SDK LATEST Versions
(Move to ...)
All Android SDK Latest Stable Versions
▼
Android Documentation
(Move to ...)
Android Offline Documentation Download
▼
Android System Images
(Move to ...)
Android System Image - Google API PlayStores ARM x64 v8a System Images
Android System Image - Android ARM v7a System Images Direct Download
Android System Image - Android ARM v8a System Images Direct Download
Android System Image - Google ARM v7a System Images Direct Download
Android System Image - Google ARM v8a System Images Direct Download
Android System Image - Google Intel Atom x64 System Images Direct Download
Android System Image - Google Intel Atom x86 System Images Direct Download
Android System Image - Google Intel Atom x86+ARM Binary Support Direct Download
Android System Image - Android Intel Atom x64 System Images Direct Download
Android System Image - Android Intel Atom x86 System Images Direct Download
Android System Image - Google API PlayStores Intel Atom x86 System Images Direct Download
Android System Image - Google API PlayStores Intel Atom x64 System Images Direct Download
Android System Image - Android MIPS System Images ...
Android System Image - TV ARM v7a System Images Direct Download
Android System Image - TV Intel Atom x86 System Images Direct Download
Android System Image - Wear Intel Atom x86 System Images Direct Download
Android System Image - Android Wear ARM v7a System Images Direct Download
Android System Image - Wear China ARM v7a System Images Direct Download
Android System Image - Wear China Intel Atom x86 System Images
Android System Image - Automotive PlayStores Intel Atom x64 System Images
Android System Image - Automotive PlayStores Intel Atom x86 System Images
▼
Android SDK Extras
(Move to ...)
Android SDK Extras
Android SDK Extras - Google Extras Download
Android SDK Extras - Android Extras Download
Android Support Repository Download
Google Repository Download
Google Play Services Download
Android SDK Extras - Intel HAXM Download
Android Instant Apps SDK Download
Android SDK Extras - USB Driver Download
Android SDK Extras - Web Driver Download
Android SDK Extras - Play Licensing Download
Android SDK Extras - Google Play APK Expansion Dow...
Android SDK Extras - ConstraintLayout and Solvers Download
Android SDK Extras - GAPID Download
Android SDK Extras - Android Auto Desktop Head Unit Emulator Download
Android SDK Extras - Android Auto API Download
Android Emulator Hypervisor Driver for AMD Processors
▼
Android 14 Upside Down Cake SDK
(Move to ...)
Android API 34 SDK 14 Upside Down Cake Direct Download
▼
Android 13 Tiramisu SDK
(Move to ...)
Android SDK 13 API 33 Tiramisu Direct Download
▼
Android 12.x S SDK Download
(Move to ...)
Android API 32 SDK 12 Sv2 Direct Download
Android API 31 SDK 12 S Direct Download
▼
Android SDK Tools
(Move to ...)
Android SDK Tools/Manager
Android SDK Build Tools
Android SDK Platform Tools
Android SDK Emulators Direct Download
Android SDK Command-line Tools Offline Direct Download
▼
Android SDK Compilers + Sources
(Move to ...)
Android SDK Platform Compilers Direct Download
Android SDK Sources Direct Download
Android SDK Addons Direct Download
Android SDK Layout Inspector Image Server (Skia Parser Server)
▼
Android 11.x R SDK Download
(Move to ...)
Android SDK 11 API 30 R Direct Download
▼
Android 10.x Q SDK Download
(Move to ...)
Android SDK 10 API 29 Q Direct Download
▼
Android 9.x Pie SDK Download
(Move to ...)
Android SDK 9 API 28 Pie Direct Download
▼
Android 8.x Oreo SDK Download
(Move to ...)
Android SDK 8.1.0 API 27 Oreo Direct Download
Android SDK 8.0.0 API 26 O Direct Download
▼
Android 7.x Nougat SDK Download
(Move to ...)
Android SDK 7.1.1 API 25 Nougat Direct Download
Android SDK 7.0 API 24 Nougat Direct Download
▼
Android 6.x Marshmallow SDK Download
(Move to ...)
Android SDK 6.0 API 23 Marshmallow Direct Download
▼
Android 5.x Lollipop Download
(Move to ...)
Android SDK 5.0.1 API 21 Lollipop Direct Download
Android SDK 5.1.1 API 22 Lollipop Direct Download
▼
Android 4.4.x Kitkat Download
(Move to ...)
Android SDK 4.4.2 API 19 Kitkat Direct Download
Android WEAR SDK 4.4 API 20 Kitkat Direct Download
▼
Android 4.1+ Jelly Bean Download
(Move to ...)
Android SDK 4.1 API 16 Jelly Bean Direct Download
Android SDK 4.2.2 API 17 Jelly Bean Direct Download
Android SDK 4.3.1 API 18 Jelly Bean Direct Download
▼
Android 4.x Ice Cream Sandwitch Download
(Move to ...)
Android SDK 4 API 14 ICS Direct Download
Android SDK 4.0.3 API 15 ICS Direct Download
▼
Android NDK (Native Development Kit)
(Move to ...)
Android NDK Download
Android NDK Bundle Direct Download
Android NDK Side-By-Side Direct Download
Android NDK LLDB Direct Download
Android NDK CMake Direct Download
▼
Registering your Android SDK to System Environment has advantage that you can do what Android SDK do directly from Command Line. This will decrease your dependency from 3rd party tools.
Doing so, will make "android"
command available in CMD/CLI so you can invoke various Android SDK tools commands such as :
Creating Android Project (YES, create android project)
Update Android SDK from the console
Manage Android SDK
List SDK Packages
Connect your Android device to your PC
Install your app from PC to your device
Copy file from PC to Android device or vice versa
Take screenshot of your connected device right from the PC
Record your device activity as video
Hacking your droid phone from PC
Etc.
How do we set android to system environment?
This small step is the gate :D
This will register the path permanently on your system, unless you remove or edit it . .