Android development environment and android Development Environment
Google has recently been attacked. Upload the Android Development Environment collected by you. You can download the link from the official website below;
1. Baidu online storage
Total link of Android integrated environment NDK JDK: Http://pan.baidu.com/s/1bnjaDKb;
Android Studio for Linux: Http://pan.baidu.com/s/1eQjA6MA;
Adt Bundle windows 64-bit Edition: Http://pan.baidu.com/s/1bnvlVnL;
Adt Bundle Linux 32-bit Edition: Http://pan.baidu.com/s/1jG41dI2;
Adt Bundle Linux 64-bit Edition: Http://pan.baidu.com/s/1dDxjHXv;
NDK Linux 32-bit: Http://pan.baidu.com/s/1eQtJVe6;
64-bit NDK Linux: Http://pan.baidu.com/s/1bnvRRJL;
NDK 32-bit Windows: Http://pan.baidu.com/s/1eQzj9iq;
2. You can download the Android development environment from the official website.
(1) Adt Bundle
| Platform |
Package |
Size |
MD5 Checksum |
| Windows 32-bit |
Adt-bundle-windows-x86-20140702.zip |
370612741 bytes |
9d2cf3770edbb49461788164af2331f3 |
| Windows 64-bit |
Adt-bundle-windows-x86_64-20140702.zip |
370763706 bytes |
Bfc20172a12173422ba044182ac466c13 |
| Mac OS X 64-bit |
Adt-bundle-mac-x86_64-20140702.zip |
320593642 bytes |
24c51a1ad96c5f6d43821d978bf9866d |
| Linux 32-bit |
Adt-bundle-linux-x86-20140702.zip |
371950735 bytes |
5901c898bae4fe95476463a951b68404 |
| Linux 64-bit |
Adt-bundle-linux-x86_64-20140702.zip |
372259418 bytes |
18a7c5778f96c0823349dda-f58a0a36 |
(2) SDK Tools Only
| Platform |
Package |
Size |
MD5 Checksum |
Windows 32 & 64-bit |
Android-sdk_r23.0.2-windows.zip |
141435413 bytes |
89f0576abf3f362a700767bdc2735c8a |
| The installer_r23.0.2-windows.exe (Recommended) |
93015376 bytes |
7be4b9c230341e1fb57c0f84a8df3994 |
Mac OS X 32 & 64-bit |
Android-sdk_r23.0.2-macosx.zip |
90996733 bytes |
322787b0e6c629d926c28690c79ac0d8 |
Linux 32 & 64-bit |
Android-sdk_r23.0.2-linux.tgz |
140827643 bytes |
94a8c62086a7398cc0e73e1c8e65f71e |
(3) Android Studio
| Platform |
Package |
Size |
MD5 Checksum |
| Windows |
Android-studio-bundle-135.1245622-windows.exe |
380000036 bytes |
5720baef7dda-f2df7398a38dae2fa92 |
| Mac OS X |
Android-studio-bundle-135.1245622-mac.dmg |
368451923 bytes |
Fa9da3625db44687576c5c4e8f96280e |
| Linux |
Android-studio-bundle-135.1245622-linux.tgz |
417756987 bytes |
C70dd2e4035484b84f0ad0046a34f136 |
[Build an android development environment-detailed tutorial] required software
Eclipse
JDK
SDK
Download and install
I want to build an android development environment. There is a java eclipse development in the machine. What else do I need? The download address is recommended.
1. Install jdk first:
: Www.oracle.com/..x.html
2. then install the Android SDK:
: Developer.android.com/sdk/index.html
It is basically a silly installation, but when installing the Android SDK, note that the installation path should not contain Chinese characters or spaces.
3. Install adt:
And online installation instructions: pai.android.com/sdk/eclipse-adt.html
4. download and use ksoap2 (commonly used android web service client library)
Latest Version 2.5.7: code.google.com/...es.jar
5. Download and install Axis2:
Axis.apache.org/..a1_5_2
Select the war package of the corresponding version. Decompress the package and place it in the tomcat \ webapps directory.