Get the Android SDK翻译



The Android SDK provides you the API libraries and developer tools necessary to build, test, and debug apps for Android.

安卓软件开发包提供应用程序编程接口的类库以及安卓开发工具说必需的项目创建、测试、应用调试

If you're a new Android developer, we recommend you download the ADT Bundle to quickly start developing apps. It includes the

如果你是一个安卓开发的初学者,我们推荐下载ADT Bundle来实现安卓开发环境快速搭建,

essential Android SDK components and a version of the Eclipse IDE with built-inADT (Android Developer Tools) to streamline

它包含必要的安卓软件开发包组件,一个内置ADT(安卓开发工具:快速搭建android开发环境)版本的Eclipse,使安卓应用开发更简

your Android app development.

单。

With a single download, the ADT Bundle includes everything you need to begin developing apps:

一个简单的应用下载是ADT Bundle,它包含我们所需要的开发应用时用到的所有内容。

  • Eclipse + ADT plugin     Eclipse和ADT插件
  • Android SDK Tools        安卓软件开发包工具
  • Android Platform-tools    安卓工具平台
  • The latest Android platform   最新的安卓平台
  • The latest Android system image for the emulator  最新的安卓系统仿真器映像

Choose the SDK package for your OS from the table below.


ADT Bundle

Platform Package Size MD5 Checksum
Windows 32-bit adt-bundle-windows-x86-20140321.zip 535085536 bytes b61495a6bf591cc374c31bce4fc46ec0
Windows 64-bit adt-bundle-windows-x86_64-20140321.zip 535287324 bytes a6f4699bbdc5a29b371ed60610535651
Mac OS X 64-bit adt-bundle-mac-x86_64-20140321.zip 501955296 bytes 4a08649cea9b098cdf7349f452294014
Linux 32-bit adt-bundle-linux-x86-20140321.zip 527971926 bytes 943ae4d28fe7c79108c8bf2aafd5e6d2
Linux 64-bit adt-bundle-linux-x86_64-20140321.zip 528187678 bytes f2a2153b5c7dbaeb86b550bf4f770c36

SDK Tools Only

Platform Package Size MD5 Checksum
Windows
32 & 64-bit
android-sdk_r22.6.2-windows.zip 108917505 bytes 6e5bfdb7b9c1d231ed6ec78b31551cbf
installer_r22.6.2-windows.exe (Recommended) 87383126 bytes 2a68b8b22ecd0aba779b1581a914b395
Mac OS X
32 & 64-bit
android-sdk_r22.6.2-macosx.zip 74639394 bytes 2a319c862dd1dcf450bfe2a6b3d9c608
Linux
32 & 64-bit
android-sdk_r22.6.2-linux.tgz 101050024 bytes ff1541418a44d894bedc5cef10622220


你可能感兴趣的:(android,开发工具)