diff --git a/README.md b/README.md index 648e90f8..84d02b7f 100644 --- a/README.md +++ b/README.md @@ -1,161 +1,242 @@ -AndroidDevTools -=============== -**Android Dev Tools官网地址:[www.androiddevtools.cn](http://www.androiddevtools.cn)** +

+

AndroidDevTools

+ +**官网地址:[www.androiddevtools.cn](https://www.androiddevtools.cn)** 收集整理Android开发所需的Android SDK、开发中用到的工具、Android开发教程、Android设计规范,免费的设计素材等。 欢迎大家推荐自己在Android开发过程中用的好用的工具、学习开发教程、用到设计素材,欢迎Star、Fork 😄。 ->如果你对翻译英文的Android开发技术文章感兴趣,欢迎Start和Fork[AndroidWeekly中国文章翻译项目](https://github.com/AWCNTT/ArticleTranslateProject) - +目录 +================= + + * [AndroidDevTools](#androiddevtools) + * [Android Tools](#android-tools) + * [Android Studio](#android-studio) + * [SDK Tools](#sdk-tools) + * [SDK Platform-Tools](#sdk-platform-tools) + * [Build-Tools](#build-tools) + * [SDK](#sdk) + * [SDK System images](#sdk-system-images) + * [GoogleMap APIs SDK](#googlemap-apis-sdk) + * [Google Glass SDK](#google-glass-sdk) + * [Google TV Addon](#google-tv-addon) + * [Android SDK Extras](#android-sdk-extras) + * [Support Library](#support-library) + * [SDK Samples](#sdk-samples) + * [NDK](#ndk) + * [Android L Preview System Image](#android-l-preview-system-image) + * [JDK](#jdk) + * [ADT Bundle](#adt-bundle) + * [ADT Plugin](#adt-plugin) + * [Gradle](#gradle) + * [Android Gradle Plugin DSL 在线文档](#android-gradle-plugin-dsl-在线文档) + * [Gradle Dependencies Configuration Generator(需要梯子)](#gradle-dependencies-configuration-generator需要梯子) + * [版本控制工具](#版本控制工具) + * [Git](#git) + * [SVN Plugin For Eclipse](#svn-plugin-for-eclipse) + * [反编译工具](#反编译工具) + * [安全工具](#安全工具) + * [静态代码分析工具](#静态代码分析工具) + * [搜索工具](#搜索工具) + * [Debug调试工具](#debug调试工具) + * [Api测试工具](#api测试工具) + * [Eclipse/Android Studio/IDEA插件](#eclipseandroid-studioidea插件) + * [Eclipse](#eclipse) + * [Android Studio/IDEA](#android-studioidea) + * [Android资源/Themes/Style生成工具](#android资源themesstyle生成工具) + * [Android资源分析工具](#android资源分析工具) + * [Android Layout Parser工具](#android-layout-parser工具) + * [Android Content Provider代码生成工具](#android-content-provider代码生成工具) + * [Android Fragment Code Generator代码生成工具](#android-fragment-code-generator代码生成工具) + * [代码生成工具](#代码生成工具) + * [Android Native开发工具](#android-native开发工具) + * [Android测试工具](#android测试工具) + * [Android多渠道打包工具](#android多渠道打包工具) + * [Android Bug日志收集工具](#android-bug日志收集工具) + * [其他语言开发Android应用工具](#其他语言开发android应用工具) + * [传感器模拟工具](#传感器模拟工具) + * [Android串口开发工具](#android串口开发工具) + * [图片尺寸处理工具](#图片尺寸处理工具) + * [图片压缩工具](#图片压缩工具) + * [资源清理工具](#资源清理工具) + * [px和dp转换/计算工具](#px和dp转换计算工具) + * [Java To iOS](#java-to-ios) + * [JSON/XML转换为POJO Class工具](#jsonxml转换为pojo-class工具) + * [Java DAO Generate工具](#java-dao-generate工具) + * [Chrome插件](#chrome插件) + * [Android插件](#android插件) + * [JSON/XML格式化插件](#jsonxml格式化插件) + * [Encode/Decode插件](#encodedecode插件) + * [Git](#git-1) + * [Guides](#guides) + * [Google Java编程风格指南中文版](#google-java编程风格指南中文版) + * [Android Developers 国内镜像站](#android-developers-国内镜像站) + * [Android Api中文版](#android-api中文版) + * [Android Proguard混淆配置指南](#android-proguard混淆配置指南) + * [Gradle插件使用指南中文版](#gradle插件使用指南中文版) + * [Gradle User Guide](#gradle-user-guide) + * [Tutorials](#tutorials) + * [Android学习之路](#android学习之路) + * [Google Android官方培训课程中文版](#google-android官方培训课程中文版) + * [Developing Android Apps](#developing-android-apps) + * [Java Design Patterns Samples in Java.](#java-design-patterns-samples-in-java) + * [Design](#design) + * [Design Tools](#design-tools) + * [Photoshop插件](#photoshop插件) + * [矢量图设计工具](#矢量图设计工具) + * [切图工具](#切图工具) + * [设计稿尺寸标注工具](#设计稿尺寸标注工具) + * [原型设计工具](#原型设计工具) + * [交互设计工具](#交互设计工具) + * [UI效果预览工具](#ui效果预览工具) + * [配色工具](#配色工具) + * [设计稿版本控制工具](#设计稿版本控制工具) + * [图标处理工具](#图标处理工具) + * [在线Icon库](#在线icon库) + * [取色工具](#取色工具) + * [不透明度16进制值](#不透明度16进制值) + * [手机To电脑同步预览工具](#手机to电脑同步预览工具) + * [Gif图片录制工具](#gif图片录制工具) + * [UI Programming Language](#ui-programming-language) + * [Tutorials](#tutorials-1) + * [Games](#games) + * [Guides](#guides-1) + * [Android设计指南非官方简体中文版](#android设计指南非官方简体中文版) + * [Android Cheatsheet for Graphic Designers](#android-cheatsheet-for-graphic-designers) + * [Google Material Design 中文版](#google-material-design-中文版) + * [Designer's Guide To dpi](#designers-guide-to-dpi) + * [Email Design Guide](#email-design-guide) + * [Free Design Resources](#free-design-resources) + * [Books](#books) + * [Disclaimer](#disclaimer) # Android Tools ---- -####ADT Bundle -ADT Bundle包含了Eclipse、ADT插件和SDK Tools,是已经集成好的IDE,只需安装好Jdk即可开始开发,推荐初学者下载ADT Bundle,不用再折腾开发环境。 +#### Android Studio -| 版本号 | Windows | Mac OSX | Linux | -|:----------:|:-------------:|:------:|:----------:| -| 23.0.2 | [32位][adtb-23-0-2-win-32] [64位][adtb-23-0-2-win-64] |[64位][adtb-23-0-2-mac-64] | [32位][adtb-23-0-2-linux-32] [64位][adtb-23-0-2-linux-64] | -| 23.0.0 | [32位][adtb-23-win-32] [64位][adtb-23-win-64] |[64位][adtb-23-mac-64] | [32位][adtb-23-linux-32] [64位][adtb-23-linux-64] | +
注意:请到 本项目官网 或者 Android Studio 官网 下载
-[adtb-23-0-2-win-32]:http://pan.baidu.com/s/1dDGM8oD -[adtb-23-0-2-win-64]:http://pan.baidu.com/s/1mgn2dOs -[adtb-23-0-2-mac-64]:http://pan.baidu.com/s/1o6OBIHG +#### SDK Tools -[adtb-23-0-2-linux-32]:http://pan.baidu.com/s/1GmIsQ -[adtb-23-0-2-linux-64]:http://pan.baidu.com/s/1EQMT4 +| 版本号 | Windows | Mac OSX | Linux | SHA-1校验码 | 官方SHA-1校验码截图 | +|:----------|:-----------:|:------|:----------:|:------|:----------:| +| 24.4.1 | [installer_r24.4.1-windows.exe][installer_r24.4.1-win] [android-sdk_r24.4.1-windows.zip][android-sdk_r24.4.1-win] | [android-sdk_r24.4.1-macosx.zip][android-sdk_r24.4.1-mac] | [android-sdk_r24.4.1-linux.tgz][android-sdk_r24.4.1-linux] | Win:f9b59d72413649d31e633207e31f456443e7ea0b
66b6a6433053c152b22bf8cab19c0f3fef4eba49
Mac: 85a9cccb0b1f9e6f1f616335c5f07107553840cd
Linux: 725bb360f0f7d04eaccff5a2d57abdd49061326d| [查看][sdk-tools-24.4.1] | +| 24.3.4 | [installer_r24.3.4-windows.exe][installer_r24.3.4-win] [android-sdk_r24.3.4-windows.zip][android-sdk_r24.3.4-win] | [android-sdk_r24.3.4-macosx.zip][android-sdk_r24.3.4-mac] | [android-sdk_r24.3.4-linux.tgz][android-sdk_r24.3.4-linux] | Win: 094dd45f98a31f839feae898b48f23704f2878dd
4a8718fb4a2bf2128d34b92f23ddd79fc65839e7
Mac: 128f10fba668ea490cc94a08e505a48a608879b9
Linux: fb293d7bca42e05580be56b1adc22055d46603dd | [查看][sdk-tools-24.3.4] | -[adtb-23-win-32]:http://pan.baidu.com/s/1i39mvY1 -[adtb-23-win-64]:http://pan.baidu.com/s/1o65ExPS +[installer_r24.4.1-win]:http://pan.baidu.com/s/1i5xug3j +[android-sdk_r24.4.1-win]:http://pan.baidu.com/s/1kVjIPCV -[adtb-23-mac-64]:http://pan.baidu.com/s/1hqvHkry +[android-sdk_r24.4.1-mac]:http://pan.baidu.com/s/1nuWN7V7 -[adtb-23-linux-32]:http://pan.baidu.com/s/1mgoh41q -[adtb-23-linux-64]:http://pan.baidu.com/s/1qWJh4wk +[android-sdk_r24.4.1-linux]:http://pan.baidu.com/s/1o8iqMQQ + +[sdk-tools-24.4.1]:http://ww2.sinaimg.cn/large/8a41f469jw1f2ng43mgnhj21kw0fmwhi.jpg + +[installer_r24.3.4-win]:http://pan.baidu.com/s/1eQppdPC +[android-sdk_r24.3.4-win]:http://pan.baidu.com/s/1mg08f2K + +[android-sdk_r24.3.4-mac]:http://pan.baidu.com/s/1dDlTqBB +[android-sdk_r24.3.4-linux]:http://pan.baidu.com/s/1gdsALt5 + +[sdk-tools-24.3.4]:http://ww1.sinaimg.cn/large/8a41f469gw1ewbnhql68uj21k20jkjw4.jpg + +#### SDK Platform-Tools + +这是 adb, fastboot 等工具包。把解压出来的 `platform-tools` 文件夹放在 android sdk 根目录下,并把 `adb`所在的目录添加到系统 `PATH` 路径里,即可在命令行里直接访问了 adb, fastboot 等工具。 + +| 版本号 | Windows | Mac OSX | Linux | +|:----------|:-------------:|:------|:----------:| +| platform-tools-r22 | [platform-tools_r22-windows.zip][platform-tools_r22-win] | [platform-tools_r22-mac.zip][platform-tools_r22-mac] | [platform-tools_r22-linux.zip][platform-tools_r22-linux] | +| platform-tools-r21 | [platform-tools_r21-windows.zip][platform-tools_r21-win] | [platform-tools_r21-mac.zip][platform-tools_r21-mac] | [platform-tools_r21-linux.zip][platform-tools_r21-linux] | +| platform-tools-r20 | [platform-tools_r20-windows.zip][platform-tools_r20-win] | [platform-tools_r20-mac.zip][platform-tools_r20-mac] | [platform-tools_r20-linux.zip][platform-tools_r20-linux] | + +[platform-tools_r22-win]:http://pan.baidu.com/s/1sj4ZfTb +[platform-tools_r22-mac]:http://pan.baidu.com/s/1jG3l6Ea +[platform-tools_r22-linux]:http://pan.baidu.com/s/1c0GUTxA + +[platform-tools_r21-win]:http://pan.baidu.com/s/1gdF1fkZ +[platform-tools_r21-mac]:http://pan.baidu.com/s/1dDu6xC9 +[platform-tools_r21-linux]:http://pan.baidu.com/s/1dDAL25j +[platform-tools_r20-win]:http://pan.baidu.com/s/1ntHqLZj +[platform-tools_r20-mac]:http://pan.baidu.com/s/1gdy6fzP +[platform-tools_r20-linux]:http://pan.baidu.com/s/173KQi + +### Build-Tools +这是Android开发所需的Build-Tools,下载并解压后,将解压出的整个文件夹复制或者移动到 `your sdk 路径/build-tools` 文件夹即可。 -####Android Studio | 版本号 | Windows | Mac OSX | Linux | |:------:|:--------------:|:-----------------:|:------------------:| -| 0.8.10 | [下载][0.8.10-win] | [下载][0.8.10-mac] | [下载][0.8.10-linux] | -| 0.8.9 | [下载][0.8.9-win] | [下载][0.8.9-mac] | [下载][0.8.9-linux] | -| 0.8.8 | [下载][0.8.8-win] | [下载][0.8.8-mac] | [下载][0.8.8-linux] | -| 0.8.7 | [下载][0.8.7-win] | [下载][0.8.7-mac] | [下载][0.8.7-linux] | -| 0.8.6 | [下载][0.8.6-win] | [下载][0.8.6-mac] | [下载][0.8.6-linux] | -| 0.8.5 | [下载][0.8.5-win] | [下载][0.8.5-mac] | [下载][0.8.5-linux] | -| 0.8.4 | [下载][0.8.4-win] | [下载][0.8.4-mac] | [下载][0.8.4-linux] | -| 0.8.3 | [下载][0.8.3-win] | [下载][0.8.3-mac] | [下载][0.8.3-linux] | -| 0.8.2 | [下载][0.8.2-win] | [下载][0.8.2-mac] | [下载][0.8.2-linux] | -| 0.8.1 | [下载][0.8.1-win] | [下载][0.8.1-mac] | [下载][0.8.1-linux] | -| 0.8 0 | [下载][0.8.0-win] | [下载][0.8.0-mac] | [下载][0.8.0-linux] | -| 0.6.1 | [下载][0.6.1-win] | [下载][0.6.1-mac] | [下载][0.6.1-linux] | -| 0.6.0 | [下载][0.6.0-win] | [下载][0.6.0-mac] | [下载][0.6.0-linux] | -| 0.5.9 | [下载][0.5.9-win] | [下载][0.5.9-mac] | [下载][0.5.9-linux] | -| 0.5.8 | [下载][0.5.8-win] | [下载][0.5.8-mac] | [下载][0.5.8-linux] | - -[0.8.10-win]:http://pan.baidu.com/s/1o6NWZuq -[0.8.10-mac]:http://pan.baidu.com/s/1o6E36um -[0.8.10-linux]:http://pan.baidu.com/s/1i3iPGtn - -[0.8.9-win]:http://pan.baidu.com/s/1mggH8P6 -[0.8.9-mac]:http://pan.baidu.com/s/1bnrjr0F -[0.8.9-linux]:http://pan.baidu.com/s/1c0ozyz2 - -[0.8.8-win]:http://pan.baidu.com/s/1o6hZneE -[0.8.8-mac]:http://pan.baidu.com/s/1gdh77nt -[0.8.8-linux]:http://pan.baidu.com/s/1dDgVDxn - -[0.8.7-win]:http://pan.baidu.com/s/1ntt61xn -[0.8.7-mac]:http://pan.baidu.com/s/1eQCHAV4 -[0.8.7-linux]:http://pan.baidu.com/s/1eQcPIcq - -[0.8.6-win]:http://pan.baidu.com/s/1mg6zsGK -[0.8.6-mac]:http://pan.baidu.com/s/1nt5b0F3 -[0.8.6-linux]:http://pan.baidu.com/s/1hq674bU - -[0.8.5-win]:http://pan.baidu.com/s/1dDxQfh3 -[0.8.5-mac]:http://pan.baidu.com/s/1bn6HEwR -[0.8.5-linux]:http://pan.baidu.com/s/1dDkYOMH - -[0.8.4-win]:http://pan.baidu.com/s/1qWqbWyo -[0.8.4-mac]:http://pan.baidu.com/s/1i3Ia7Nv -[0.8.4-linux]:http://pan.baidu.com/s/1ntwTDqx - -[0.8.3-win]:http://pan.baidu.com/s/1eQioNrs -[0.8.3-mac]:http://pan.baidu.com/s/1o6v5E6Q -[0.8.3-linux]:http://pan.baidu.com/s/1bnb9uiz - -[0.8.2-win]:http://pan.baidu.com/s/1eQ1ln14 -[0.8.2-mac]:http://pan.baidu.com/s/1pJkDQHl -[0.8.2-linux]:http://pan.baidu.com/s/1c0ncknA - -[0.8.1-win]:http://pan.baidu.com/s/1o6LTxVG -[0.8.1-mac]:http://pan.baidu.com/s/1dD5qHjF -[0.8.1-linux]:http://pan.baidu.com/s/1kTqlzxH - -[0.8.0-win]:http://pan.baidu.com/s/1eQ5oGaI -[0.8.0-mac]:http://pan.baidu.com/s/1kTHpLyR -[0.8.0-linux]:http://pan.baidu.com/s/1c0qzDao - -[0.6.1-win]:http://pan.baidu.com/s/1hqqX2ba -[0.6.1-mac]:http://pan.baidu.com/s/1qWjpB9y -[0.6.1-linux]:http://pan.baidu.com/s/1qWBFTiG - -[0.6.0-win]:http://pan.baidu.com/s/1sjJf0Pf -[0.6.0-mac]:http://pan.baidu.com/s/1jcixK -[0.6.0-linux]:http://pan.baidu.com/s/1hqpB7As - -[0.5.9-win]:http://pan.baidu.com/s/1dDw3oYl -[0.5.9-mac]:http://pan.baidu.com/s/1c08a8y0 -[0.5.9-linux]:http://pan.baidu.com/s/1hqeMmVU - -[0.5.8-win]:http://pan.baidu.com/s/1qWLPqd2 -[0.5.8-mac]:http://pan.baidu.com/s/1i3ECc9f -[0.5.8-linux]:http://pan.baidu.com/s/1i37QxBf - - -####ADT Plugin -离线安装ADT插件请戳[**项目wiki**](https://github.com/inferjay/AndroidDevTools/wiki/首页) +| 22.0.0 | [下载][22.0.0-win] | [下载][22.0.0-mac] | [下载][22.0.0-linux] | +| 21.1.2 | [下载][21.1.2-win] | [下载][21.1.2-mac] | | +| 21.1.1 | [下载][21.1.1-win] | [下载][21.1.1-mac] | | +| 21.1.0 | [下载][21.1.0-win] | [下载][21.1.0-mac] | | +| 21.0.2 | [下载][21.0.2-win] | [下载][21.0.2-mac] | | +| 21.0.1 | [下载][21.0.1-win] | [下载][21.0.1-mac] | | +| 21.0.0 | [下载][21.0.0-win] | [下载][21.0.0-mac] | | +| 20.0.0 | | [下载][20.0.0-mac] | | +| 19.1.0 | [下载][19.1.0-win] | [下载][19.1.0-mac] | | +| 19.0.3 | [下载][19.0.3-win] | [下载][19.0.3-mac] | | +| 19.0.2 | [下载][19.0.2-win] | [下载][19.0.2-mac] | | +| 19.0.1 | [下载][19.0.1-win] | [下载][19.0.1-mac] | | +| 19.0.0 | [下载][19.0.0-win] | [下载][19.0.0-mac] | | -| 版本号 | -|:----------:| -|[ADT-23.0.3](http://pan.baidu.com/s/1hqJyLTi) -|[ADT-23.0.2](http://pan.baidu.com/s/1bnGkEvX)| -|[ADT-23.0.0](http://pan.baidu.com/s/1sjArX7J)| -|[ADT-22.6.3](http://pan.baidu.com/s/1jGMb5yQ)| -|[AdT-22.6.1](http://pan.baidu.com/s/1pJ185Rl)| -####SDK Tools +[22.0.0-win]:http://pan.baidu.com/s/1i3kqFHV +[22.0.0-mac]:http://pan.baidu.com/s/1jGquuqU +[22.0.0-linux]:http://pan.baidu.com/s/1dDdDne5 -| 版本号 | Windows | Mac OSX | Linux | -|:----------:|:-------------:|:------:|:----------:| -| sdk-tools-r23.0.2 | [installer_r23.0.2-windows.exe][installer_r23.0.2-win] [android-sdk_r23.0.2-windows.zip][android-sdk_r23.0.2-win] | [android-sdk_r23.0.2-macosx.zip][android-sdk_r23.0.2-mac] | [android-sdk_r23.0.2-linux.tgz][android-sdk_r23.0.2-linux] | -| sdk-tools-r23 | [installer_r23-windows.exe][installer_r23-win] [android-sdk_r23-windows.zip][android-sdk_r23-win] | [android-sdk_r23-macosx.zip][android-sdk_r23-mac] | [android-sdk_r23-linux.tgz][android-sdk_r23-linux] | +[21.1.2-win]:http://pan.baidu.com/s/1hqH1pZY +[21.1.2-mac]:http://pan.baidu.com/s/1hq1mml2 + +[21.1.1-win]:http://pan.baidu.com/s/1mgzFXW0 +[21.1.1-mac]:http://pan.baidu.com/s/1i367FTz + + +[21.1.0-win]:http://pan.baidu.com/s/1pJ3DCGN +[21.1.0-mac]:http://pan.baidu.com/s/1hqIfeCW + + +[21.0.2-win]:http://pan.baidu.com/s/1kTDpnt9 +[21.0.2-mac]:http://pan.baidu.com/s/1dDCf9TZ -[installer_r23.0.2-win]:http://pan.baidu.com/s/1jGj2xIA -[android-sdk_r23.0.2-win]:http://pan.baidu.com/s/1CiWSu -[android-sdk_r23.0.2-mac]:http://pan.baidu.com/s/1bny9Mk3 +[21.0.1-win]:http://pan.baidu.com/s/1eQreI6A +[21.0.1-mac]:http://pan.baidu.com/s/1eQCd5YE -[android-sdk_r23.0.2-linux]:http://pan.baidu.com/s/1qWAu4o8 +[21.0.0-win]:http://pan.baidu.com/s/1i3y0mKd +[21.0.0-mac]:http://pan.baidu.com/s/1i3oWM01 -[installer_r23-win]:http://pan.baidu.com/s/1nt5Gwhb -[android-sdk_r23-win]:http://pan.baidu.com/s/1kTC6akZ -[android-sdk_r23-mac]:http://pan.baidu.com/s/1gdj7X3l -[android-sdk_r23-linux]:http://pan.baidu.com/s/1yBnSa +[20.0.0-mac]:http://pan.baidu.com/s/1c0AfIOK -####SDK + +[19.1.0-win]:http://pan.baidu.com/s/1nttAyhV +[19.1.0-mac]:http://pan.baidu.com/s/1nt2vM21 + +[19.0.3-win]:http://pan.baidu.com/s/1qWCzdwC +[19.0.3-mac]:http://pan.baidu.com/s/1hq7VIgG + +[19.0.2-win]:http://pan.baidu.com/s/1ntl0Qnf +[19.0.2-mac]:http://pan.baidu.com/s/1xY7PO + +[19.0.1-win]:http://pan.baidu.com/s/1pJ1BJrt +[19.0.1-mac]:http://pan.baidu.com/s/1o65bAwa + +[19.0.0-win]:http://pan.baidu.com/s/1o6I8NBs +[19.0.0-mac]:http://pan.baidu.com/s/1c0dBDvE + +#### SDK 这是Android开发所需的sdk,下载并解压后,将解压出的整个文件夹复制或者移动到`your sdk 路径/platforms`文件夹,然后打开SDK Manager,打开`Tools(工具)`菜单选择`Options(选项)`菜单项打开Android SDK Manager Setting对话框,点击`Clear Cache(清除缓存)`按钮,然后重启Eclipse(或Android Studio)和SDK Manager。 | 系统版本号 | Windows | Mac OSX | Linux | |:----------|:-------------:|:------:|:----------:| +| android 5.0 | [下载][android-21-win] | [下载][android-21-mac] | [下载][android-21-mac] | | android L Rev3 | [下载][android-L-r3-win] | [下载][android-L-r3-mac] | [下载][android-L-r3-mac] | | android L | [下载][android-L-win] | [下载][android-L-mac] | [下载][android-L-mac] | | android 4.4W | [下载][android-20-win] | [下载][android-20-mac] | [下载][android-20-mac] | @@ -171,6 +252,9 @@ ADT Bundle包含了Eclipse、ADT插件和SDK Tools,是已经集成好的IDE, | android 2.3.3 | [下载][android-10-win] | [下载][android-10-mac] | [下载][android-10-mac] | | android 2.2 | [下载][android-8-win] | [下载][android-8-mac] | [下载][android-8-mac] | +[android-21-win]:http://pan.baidu.com/s/1i33Puo1 +[android-21-mac]:http://pan.baidu.com/s/1o6v7E2I + [android-L-r3-win]:http://pan.baidu.com/s/1u8dhc [android-L-r3-mac]:http://pan.baidu.com/s/1jG1duN8 @@ -180,23 +264,23 @@ ADT Bundle包含了Eclipse、ADT插件和SDK Tools,是已经集成好的IDE, [android-20-win]:http://pan.baidu.com/s/1eYPGE [android-20-mac]:http://pan.baidu.com/s/1nt5GKWh -[android-19-win]:http://pan.baidu.com/s/1kT60PGN +[android-19-win]:http://pan.baidu.com/s/1eQf8ZgI [android-19-mac]:http://pan.baidu.com/s/1c03XoL6 -[android-18-win]:http://pan.baidu.com/s/1dDrJWit -[android-18-mac]:http://pan.baidu.com/s/1i3mmidn +[android-18-win]:http://pan.baidu.com/s/1o65bfV8 +[android-18-mac]:http://pan.baidu.com/s/1bn1tNm3 -[android-17-win]:http://pan.baidu.com/s/16Jyge -[android-17-mac]:http://pan.baidu.com/s/1jGLvX6Q +[android-17-win]:http://pan.baidu.com/s/1mgICw9E +[android-17-mac]:http://pan.baidu.com/s/1pJJSlfl -[android-16-win]:http://pan.baidu.com/s/1c0D0Fok -[android-16-mac]:http://pan.baidu.com/s/1pJ4qMb5 +[android-16-win]:http://pan.baidu.com/s/1nt3bpI5 +[android-16-mac]:http://pan.baidu.com/s/1kTA6V8z -[android-15-win]:http://pan.baidu.com/s/1eQekIzS -[android-15-mac]:http://pan.baidu.com/s/1eQH0vHC +[android-15-win]:http://pan.baidu.com/s/1pJoegpd +[android-15-mac]:http://pan.baidu.com/s/1jGzdDxc -[android-14-win]:http://pan.baidu.com/s/1jGBmAjW -[android-14-mac]:http://pan.baidu.com/s/1nt7cEDF +[android-14-win]:http://pan.baidu.com/s/1c0H6Ld2 +[android-14-mac]:http://pan.baidu.com/s/1hqwzPTa [android-13-win]:http://pan.baidu.com/s/1jGLvX6A [android-13-mac]:http://pan.baidu.com/s/1qWqH9Q8 @@ -204,7 +288,7 @@ ADT Bundle包含了Eclipse、ADT插件和SDK Tools,是已经集成好的IDE, [android-12-win]:http://pan.baidu.com/s/1pJ0naTP [android-12-mac]:http://pan.baidu.com/s/1jG62PSy -[android-11-win]:http://pan.baidu.com/s/1pJ0naTP +[android-11-win]:http://pan.baidu.com/s/1c0hi7Ck [android-11-mac]:http://pan.baidu.com/s/1bn2Duub [android-10-win]:http://pan.baidu.com/s/1ngubc @@ -213,12 +297,13 @@ ADT Bundle包含了Eclipse、ADT插件和SDK Tools,是已经集成好的IDE, [android-8-win]:http://pan.baidu.com/s/1qW8YzY8 [android-8-mac]:http://pan.baidu.com/s/1ntmJVmD -####SDK System images +#### SDK System images 这是在创建模拟器时需要的system image,也就是在创建模拟器时`CPU/ABI`项需要选择的,下载并解压后,将解压出的整个文件夹复制或者移动到`your sdk 路径/system-images`文件夹下即可, 如果没有`system-images`目录就先创建此文件夹,然后打开SDK Manager,打开`Tools(工具)`菜单选择`Options(选项)`菜单项打开Android SDK Manager Setting对话框,点击`Clear Cache(清除缓存)`按钮,然后重启Eclipse(或Android Studio)和SDK Manager。 | 系统版本号 | Windows | Mac OSX | Linux | |:----------|:-------------:|:------:|:----------:| +| android 5.0 | [下载][Images-5.0-win] | [下载][Images-5.0-mac] | [下载][Images-5.0-mac] | | android L | [下载][Images-L-win] | [下载][Images-L-mac] | [下载][Images-L-mac] | | android 4.4W | [下载][Images-20-win] | [下载][Images-20-mac] | [下载][Images-20-mac] | | android 4.4.2 | [下载][Images-19-win] | [下载][Images-19-mac] | [下载][Images-19-mac] | @@ -228,6 +313,9 @@ ADT Bundle包含了Eclipse、ADT插件和SDK Tools,是已经集成好的IDE, | android 4.0.3 | [下载][Images-15-win] | [下载][Images-15-mac] | [下载][Images-15-mac] | | android 4.0 | [下载][Images-14-win] | [下载][Images-14-mac] | [下载][Images-14-mac] | +[Images-5.0-win]:http://pan.baidu.com/s/1ntwpDQL +[Images-5.0-mac]:http://pan.baidu.com/s/1D7glC + [Images-L-win]:http://pan.baidu.com/s/1hqIcqhA [Images-L-mac]:http://pan.baidu.com/s/1ntFQlRV @@ -249,13 +337,13 @@ ADT Bundle包含了Eclipse、ADT插件和SDK Tools,是已经集成好的IDE, [Images-15-win]:http://pan.baidu.com/s/1i3Fsx6H [Images-15-mac]:http://pan.baidu.com/s/1gdnCh2b -[Images-14-win]:http://pan.baidu.com/s/1gd3lhYF +[Images-14-win]:http://pan.baidu.com/s/1pJzIXZl [Images-14-mac]:http://pan.baidu.com/s/1hqoWcNM [Images-10-win]:http://pan.baidu.com/s/1gd3lhYF [Images-10-mac]:http://pan.baidu.com/s/1qWJhTwg -####GoogleMap APIs SDK +#### GoogleMap APIs SDK 这是GoogleMap APIs SDK,下载并解压后,将解压出的整个文件夹复制或者移动到`your sdk 路径/add-ons`文件夹下,然后打开SDK Manager,打开`Tools(工具)`菜单选择`Options(选项)`菜单项打开Android SDK Manager Setting对话框,点击`Clear Cache(清除缓存)`按钮,然后重启Eclipse(或Android Studio)和SDK Manager。 @@ -309,7 +397,7 @@ ADT Bundle包含了Eclipse、ADT插件和SDK Tools,是已经集成好的IDE, [googlemap-8-win]:http://pan.baidu.com/s/1qWJNPyk [googlemap-8-mac]:http://pan.baidu.com/s/1eQEc8SU -####Google Glass SDK +#### Google Glass SDK 这是GDK,下载并解压后,将解压出的整个文件夹复制或者移动到`your sdk 路径/add-ons`文件夹下,然后打开SDK Manager,打开`Tools(工具)`菜单选择`Options(选项)`菜单项打开Android SDK Manager Setting对话框,点击`Clear Cache(清除缓存)`按钮,然后重启Eclipse(或Android Studio)和SDK Manager。 | 系统版本 | Windows | Mac OSX | Linux | @@ -323,7 +411,8 @@ ADT Bundle包含了Eclipse、ADT插件和SDK Tools,是已经集成好的IDE, [glass-mac-15]:http://pan.baidu.com/s/1hqikzUs -####Google TV Addon +#### Google TV Addon + 这是Google TV Addon,下载并解压后,将解压出的整个文件夹复制或者移动到`your sdk 路径/add-ons`文件夹,然后打开SDK Manager,打开`Tools(工具)`菜单选择`Options(选项)`菜单项打开Android SDK Manager Setting对话框,点击`Clear Cache(清除缓存)`按钮,然后重启Eclipse(或Android Studio)和SDK Manager。 @@ -334,11 +423,13 @@ ADT Bundle包含了Eclipse、ADT插件和SDK Tools,是已经集成好的IDE, [tv-win-13]:http://pan.baidu.com/s/1qWLPFfm [tv-mac-13]:http://pan.baidu.com/s/1eQFy1KA -####Android Framework Source Code +#### Android Framework Source Code + 这是Android Framework Source Code,下载并解压后,将解压出的整个文件夹复制或者移动到`your sdk 路径/sources`文件夹下,然后重启Eclipse(或Android Studio),这样当你在Eclipse里面按住`Ctrl`键点击某个系统类时就可以打开该类的源码文件查看源码了。 | 系统版本 | |:----------| +|[android 5.0][sources-21]| |[android 4.4W][sources-20]| |[android 4.4.2][sources-19]| |[android 4.3][sources-18]| @@ -350,6 +441,7 @@ ADT Bundle包含了Eclipse、ADT插件和SDK Tools,是已经集成好的IDE, |[android 2.3.3][sources-10]| |[android 2.2][sources-8]| +[sources-21]:http://pan.baidu.com/s/1dD5Z1Hf [sources-20]:http://pan.baidu.com/s/1eQf6F0Q [sources-19]:http://pan.baidu.com/s/1hqGGrVA [sources-18]:http://pan.baidu.com/s/1pJI3YrD @@ -362,25 +454,35 @@ ADT Bundle包含了Eclipse、ADT插件和SDK Tools,是已经集成好的IDE, [sources-8]:http://pan.baidu.com/s/1bny9E2b #### Android SDK Extras + 包含 `Android Support Library` 、 `Google Cloud Messaging for Android Library` 、`Google Play services` 、 `Google Play services for fit preview` 、`Google Play services for Froyo` 、`Google Play APK Expansion Library `、`Google Play Billing Library` 、`Google Play Licensing Library` 等,下载解压后将解压出的整个文件夹复制或者移动到`your sdk`根目录下下,如果已经存在`extras`文件夹就替换掉。 | 版本号 | |:---------:| +| [21.0.3](http://pan.baidu.com/s/1kTmlB9d) | +| [21.0.2](http://pan.baidu.com/s/1mgso8Y0) | +| [21](http://pan.baidu.com/s/1o6v78Lk) | | [20](http://pan.baidu.com/s/1eQIMXMy) | -####Support Library -包含supportive、v7和v13,下载解压后将解压出的整个文件夹复制或者移动到`your sdk 路径/extras`下,然后打开SDK Manager,打开`Tools(工具)`菜单选择`Options(选项)`菜单项打开Android SDK Manager Setting对话框,点击`Clear Cache(清除缓存)`按钮,然后重启Eclipse(或Android Studio)和SDK Manager。 +#### Support Library + +包含support `v4`、`v7`、`v13`、`v17`、`multidex`和`m2repository`,下载解压后将解压出的整个文件夹复制或者移动到`your sdk 路径/extras`下,然后打开SDK Manager,打开`Tools(工具)`菜单选择`Options(选项)`菜单项打开Android SDK Manager Setting对话框,点击`Clear Cache(清除缓存)`按钮,然后重启Eclipse(或Android Studio)和SDK Manager。 | 版本号 | |:---------:| +| [21.0.3](http://pan.baidu.com/s/1ntsoeE1) | +| [21.0.2](http://pan.baidu.com/s/1kTzIkYV) | +| [21](http://pan.baidu.com/s/1o6MBWIu) | | [20](http://pan.baidu.com/s/1o6OBlR8) | -####SDK Samples +#### SDK Samples + 这是Android SDK自带的示例代码,下载并解压后,将解压出的整个文件夹复制或者移动到`your sdk 路径/samples`文件夹下,然后重启Eclipse(或Android Studio)。 。 | 系统版本 | |:----------| +|[android 21][samples-21]| |[android L][samples-L]| |[android 4.4W][samples-20]| |[android 4.4.2][samples-19]| @@ -395,6 +497,7 @@ ADT Bundle包含了Eclipse、ADT插件和SDK Tools,是已经集成好的IDE, |[android 2.3.3][samples-10]| |[android 2.2][samples-8]| +[samples-21]:http://pan.baidu.com/s/1dDD19XB [samples-L]:http://pan.baidu.com/s/1gdpEan5 [samples-20]:http://pan.baidu.com/s/1ntLVN9B [samples-19]:http://pan.baidu.com/s/1dDeSKt7 @@ -409,46 +512,45 @@ ADT Bundle包含了Eclipse、ADT插件和SDK Tools,是已经集成好的IDE, [samples-10]:http://pan.baidu.com/s/1hqiQw1Q [samples-8]:http://pan.baidu.com/s/1ntv7wut -####NDK -C/C++开发Android应用工具包 +#### NDK + +C/C++开发Android应用工具包,`Linux/Mac OS X 下NDK r10c`的安装方法请戳 [这里](install-method-url) + +| 版本号 | Windows | Mac OSX | Linux | MD5/SHA-1校验码 | 官方SHA-1校验码截图 | +|:----------|:-------------:|:------:|:----------:|:------|:----------:| +| ndk-r11b | [32位][r11b-win-32] [64位][r11b-win-64] | [64位][r11b-mac-64] | [64位][r11b-linux-64] | Win:b42da395440cc1c5dc4eeeb383679331addeb3ea
480eca1b29cfe73a5b35374730e6a82ca65c2aa6
Mac: c64fb355fec4da57d329ab45bf0aa29a1aec58dc
Linux: cf0658956945c81d3d3fad5f9a24fa062d4c9d41 | [查看][ndk-r11b-sha1] | +| ndk-r10e | [32位][r10e-win-32] [64位][r10e-win-64] | [64位][r10e-mac-64] | [32位][r10e-linux-32] [64位][r10e-linux-64] | Win: 1a82445baaf62aec3a46386ab1e5772c
8412bb4991a95e08fda50b5a44d95df7
Mac: 2cb8893a5701603519d38a7e04c50e81
Linux: c3edd3273029da1cbd2f62c48249e978
19af543b068bdb7f27787c2bc69aba7f | [查看][ndk-r10e-sha1] | -| Platform(32-bit target) | Package | -|:----------|:-------------| -| Windows 32-bit | [android-ndk32-r10-windows-x86.zip](http://pan.baidu.com/s/1bnB1o1T) | -| Windows 64-bit | [android-ndk32-r10-windows-x86_64.zip](http://pan.baidu.com/s/1gdmW6cj) | -| Mac OS X 32-bit | [android-ndk32-r10-darwin-x86.tar.bz2](http://pan.baidu.com/s/1jGtBYyq) | -| Mac OS X 64-bit | [android-ndk32-r10-darwin-x86_64.tar.bz2](http://pan.baidu.com/s/1gdADfaF) | -| Linux 32-bit (x86) | [android-ndk32-r10-linux-x86.tar.bz2](http://pan.baidu.com/s/1V2Tg) | -| Linux 64-bit (x86) | [android-ndk32-r10-linux-x86_64.tar.bz2](http://pan.baidu.com/s/1pJJQokV) | - -| Platform(64-bit target) | Package | -|:----------|:-------------| -| Windows 32-bit | [android-ndk64-r10-windows-x86.zip](http://pan.baidu.com/s/1qW0RtzI) | -| Windows 64-bit | [android-ndk64-r10-windows-x86_64.zip](http://pan.baidu.com/s/1ntypDpf) | -| Mac OS X 32-bit | [android-ndk64-r10-darwin-x86.tar.bz2](http://pan.baidu.com/s/1o6G44Eu) | -| Mac OS X 64-bit | [android-ndk64-r10-darwin-x86_64.tar.bz2](http://pan.baidu.com/s/1gd7pvJ9) | -| Linux 32-bit (x86)| [android-ndk64-r10-linux-x86.tar.bz2](http://pan.baidu.com/s/1hql8AIo) | -| Linux 64-bit (x86)| [android-ndk64-r10-linux-x86_64.tar.bz2](http://pan.baidu.com/s/1dDreuPz) | - -| 版本号 | Windows | Mac OSX | Linux | -|:----------:|:-------------:|:------:|:----------:| -| ndk-r9d | [32位][r9d-win-32] [64位][r9d-win-64] | [32位][r9d-mac-32] [64位][r9d-mac-64] | [32位][r9d-linux-32] [64位][r9d-linux-64] | | Additional Download (32-, 64-bit) | Package | |:----------|:-------------| | r10 STL debug info | [android-ndk-r10-cxx-stl-libs-with-debug-info.zip](http://pan.baidu.com/s/1xWgUE) | | r9 STL debug info | [android-ndk-r9-cxx-stl-libs-with-debug-info.zip](http://pan.baidu.com/s/1c0EMn8O) | -[r9d-win-32]:http://pan.baidu.com/s/1dDxjl8t -[r9d-win-64]:http://pan.baidu.com/s/1jGgecXw -[r9d-mac-32]:http://pan.baidu.com/s/1eQnDNEE -[r9d-mac-64]:http://pan.baidu.com/s/1i3l5L8T +[r11b-win-32]:http://pan.baidu.com/s/1JWvUI +[r11b-win-64]:http://pan.baidu.com/s/1pKlqcZL + +[r11b-mac-64]:http://pan.baidu.com/s/1pKi8yJT + +[r11b-linux-64]:http://pan.baidu.com/s/1c0YLv00 -[r9d-linux-32]:http://pan.baidu.com/s/1jGr9w4A -[r9d-linux-64]:http://pan.baidu.com/s/1sjAXS41 +[ndk-r11b-sha1]:http://ww2.sinaimg.cn/large/8a41f469gw1f25wwym8t6j21kw0rxwja.jpg -####Android L Preview System Image + +[r10e-win-32]:http://pan.baidu.com/s/1jG7Yacm +[r10e-win-64]:http://pan.baidu.com/s/1jG5WjL8 + +[r10e-mac-64]:http://pan.baidu.com/s/1DKkfc + +[r10e-linux-32]:http://pan.baidu.com/s/1sjoneRr +[r10e-linux-64]:http://pan.baidu.com/s/1dDAqnK1 + +[ndk-r10e-sha1]:http://ww1.sinaimg.cn/large/8a41f469gw1ewboorr3czj21kk0vgdmn.jpg + +[install-method-url]:https://github.com/inferjay/AndroidDevTools/wiki/Installing-the-NDK-On-Linux-and-Mac-OS-X-(Darwin) + +#### Android L Preview System Image 这个是Android L Preview系统的刷机镜像。 | 设备 | 下载 | @@ -459,25 +561,32 @@ C/C++开发Android应用工具包 [Nexus 5]:http://pan.baidu.com/s/1kTsnxsF [Nexus 7]:http://pan.baidu.com/s/1mgn1CyG -####JDK +#### JDK | 版本号| Windows | Mac OSX | Linux | |:----------:|:-------------:|:------:|:----------:| -| 1.8 u5 | [32位][1.8u5-win-32] [64位][1.8u5-win-64] | [64位][1.8u5-mac-64] | [32位][1.8u5-linux-32] [64位][1.8u5-linux-64] | -| 1.7 u60 | [32位][1.7-win-32] [64位][1.7-win-64] | [64位][1.7-mac-64] | [32位][1.7-linux-32] [64位][1.7-linux-64] | +| 1.8 u77 | [32位][1.8u77-win-32] [64位][1.8u77-win-64] | [64位][1.8u77-mac-64] | [32位][1.8u77-linux-32] [64位][1.8u77-linux-64] | +| 1.8 u74 | [32位][1.8u74-win-32] [64位][1.8u74-win-64] | [64位][1.8u74-mac-64] | [32位][1.8u74-linux-32] [64位][1.8u74-linux-64] | +| 1.7 u80 | [32位][1.7-win-32] [64位][1.7-win-64] | [64位][1.7-mac-64] | [32位][1.7-linux-32] [64位][1.7-linux-64] | | 1.6 u45 | [32位][1.6-win-32] [64位][1.6-win-64] | [64位][1.6-mac-64] | [32位][1.6-linux-32] [64位][1.6-linux-64] | -[1.8u5-win-32]:http://pan.baidu.com/s/1bn2CVIB -[1.8u5-win-64]:http://pan.baidu.com/s/1eQtJyGq -[1.8u5-mac-64]:http://pan.baidu.com/s/1pJkD78R -[1.8u5-linux-32]:http://pan.baidu.com/s/1o64s0pc -[1.8u5-linux-64]:http://pan.baidu.com/s/1jG3KBjg +[1.8u77-win-32]:http://pan.baidu.com/s/1hsFDbBu +[1.8u77-win-64]:http://pan.baidu.com/s/1kUJuzH1 +[1.8u77-mac-64]:http://pan.baidu.com/s/1bRetFw +[1.8u77-linux-32]:http://pan.baidu.com/s/1i4YX7VZ +[1.8u77-linux-64]:http://pan.baidu.com/s/1slBWTIH + +[1.8u74-win-32]:http://pan.baidu.com/s/1c1w1TCk +[1.8u74-win-64]:http://pan.baidu.com/s/1nu3BdVj +[1.8u74-mac-64]:http://pan.baidu.com/s/1c0Tv5Pe +[1.8u74-linux-32]:http://pan.baidu.com/s/1gecIYxP +[1.8u74-linux-64]:http://pan.baidu.com/s/1hrtBXkg -[1.7-win-32]:http://pan.baidu.com/s/1nt5a3jj -[1.7-win-64]:http://pan.baidu.com/s/1o61AAHc -[1.7-mac-64]:http://pan.baidu.com/s/1nt0qGfn -[1.7-linux-32]:http://pan.baidu.com/s/1eQd4wVK -[1.7-linux-64]:http://pan.baidu.com/s/1jGzGQLw +[1.7-win-32]:http://pan.baidu.com/s/1bfAT58 +[1.7-win-64]:http://pan.baidu.com/s/1gewvEAR +[1.7-mac-64]:http://pan.baidu.com/s/1hrl4x3u +[1.7-linux-32]:http://pan.baidu.com/s/1c1pG2Fu +[1.7-linux-64]:http://pan.baidu.com/s/1hrecZ9U [1.6-win-32]:http://pan.baidu.com/s/1o67aooM [1.6-win-64]:http://pan.baidu.com/s/1dDmtSZJ @@ -485,11 +594,64 @@ C/C++开发Android应用工具包 [1.6-linux-32]:http://pan.baidu.com/s/1pJJj5Ib [1.6-linux-64]:http://pan.baidu.com/s/1dDck3O9 -####Gradle + +#### ADT Bundle + +ADT Bundle包含了Eclipse、ADT插件和SDK Tools,是已经集成好的IDE,只需安装好Jdk即可开始开发,推荐初学者下载ADT Bundle,不用再折腾开发环境。 + +| 版本号 | Windows | Mac OSX | Linux | +|:----------:|:-------------:|:------:|:----------:| +| 23.0.2 | [32位][adtb-23-0-2-win-32] [64位][adtb-23-0-2-win-64] |[64位][adtb-23-0-2-mac-64] | [32位][adtb-23-0-2-linux-32] [64位][adtb-23-0-2-linux-64] | +| 23.0.0 | [32位][adtb-23-win-32] [64位][adtb-23-win-64] |[64位][adtb-23-mac-64] | [32位][adtb-23-linux-32] [64位][adtb-23-linux-64] | + +[adtb-23-0-2-win-32]:http://pan.baidu.com/s/1dDGM8oD +[adtb-23-0-2-win-64]:http://pan.baidu.com/s/1mgn2dOs + +[adtb-23-0-2-mac-64]:http://pan.baidu.com/s/1o6OBIHG + +[adtb-23-0-2-linux-32]:http://pan.baidu.com/s/1GmIsQ +[adtb-23-0-2-linux-64]:http://pan.baidu.com/s/1EQMT4 + +[adtb-23-win-32]:http://pan.baidu.com/s/1i39mvY1 +[adtb-23-win-64]:http://pan.baidu.com/s/1o65ExPS + +[adtb-23-mac-64]:http://pan.baidu.com/s/1hqvHkry + +[adtb-23-linux-32]:http://pan.baidu.com/s/1mgoh41q +[adtb-23-linux-64]:http://pan.baidu.com/s/1qWJh4wk + +#### ADT Plugin +离线安装ADT插件请戳[**项目wiki**](https://github.com/inferjay/AndroidDevTools/wiki/首页) | 版本号 | +|:----------:| +|[ADT-23.0.7](http://pan.baidu.com/s/1bngDm6V)| +|[ADT-23.0.6](http://pan.baidu.com/s/1jGraNEQ)| +|[ADT-23.0.4](http://pan.baidu.com/s/1i39UM7j)| +|[ADT-23.0.3](http://pan.baidu.com/s/1hqJyLTi)| +|[ADT-23.0.2](http://pan.baidu.com/s/1bnGkEvX)| +|[ADT-23.0.0](http://pan.baidu.com/s/1sjArX7J)| +|[ADT-22.6.3](http://pan.baidu.com/s/1jGMb5yQ)| +|[AdT-22.6.1](http://pan.baidu.com/s/1pJ185Rl)| + +#### Gradle + +| 版本号 | |:----------| -| [gradle-2.0-rc-2-all.zip](http://pan.baidu.com/s/1dDzleTV) | +| [gradle-2.12-all.zip](http://pan.baidu.com/s/1gdLhXa7) | +| [gradle-2.11-all.zip](http://pan.baidu.com/s/1gewXkzx) | +| [gradle-2.10-all.zip](http://pan.baidu.com/s/1mhrKIF2) | +| [gradle-2.9-all.zip](http://pan.baidu.com/s/1eRll1Ns) | +| [gradle-2.8-all.zip](http://pan.baidu.com/s/1qW25Ndy) | +| [gradle-2.7-all.zip](http://pan.baidu.com/s/1c0g9D5m) | +| [gradle-2.6-all.zip](http://pan.baidu.com/s/1mg8JAbA) | +| [gradle-2.5-all.zip](http://pan.baidu.com/s/1jGrmKx4) | +| [gradle-2.4-all.zip](http://pan.baidu.com/s/1c0dcgfe) | +| [gradle-2.3-all.zip](http://pan.baidu.com/s/1dDEnQr3) | +| [gradle-2.2.1-all.zip](http://pan.baidu.com/s/1eQH39AE) | +| [gradle-2.2-all.zip](http://pan.baidu.com/s/1i3BXKYp) | +| [gradle-2.1-all.zip](http://pan.baidu.com/s/1bnF6jV5) | +| [gradle-2.0-all.zip](http://pan.baidu.com/s/1mgFTN7a) | | [gradle-1.12-all.zip](http://pan.baidu.com/s/1Gmlx8) | | [gradle-1.11-all.zip](http://pan.baidu.com/s/1c0hCmdE) | | [gradle-1.10-all.zip](http://pan.baidu.com/s/1qWtzaGW) | @@ -497,27 +659,69 @@ C/C++开发Android应用工具包 | [gradle-1.8-all.zip](http://pan.baidu.com/s/1o6Npqqe) | | [gradle-1.7-all.zip](http://pan.baidu.com/s/1pJnvyWz) | -#### Gradle Dependencies Configuration Generator +#### Android Gradle Plugin DSL 在线文档 + +[http://google.github.io/android-gradle-dsl/](http://google.github.io/android-gradle-dsl/) + +#### Gradle Dependencies Configuration Generator(需要梯子) + +[http://gradleplease.appspot.com](http://gradleplease.appspot.com) + +#### 版本控制工具 + +##### Git + +| 版本号 | Windows | Mac OSX | Linux | +|:------------|:-----------------------:|:-----------------------:|:-----------------------:| +| Git-2.0.1 | | [下载][Git-2.0.1-mac] | [下载][Git-for-Linux]| +| Git-1.9.4 | [下载][Git-1.9.4-win] | | [下载][Git-for-Linux]| +| Git-1.8.5.2| [下载][Git-1.8.5.2-win] | [下载][Git-1.8.5.2-mac] | [下载][Git-for-Linux] | + +[Git-2.0.1-mac]:http://pan.baidu.com/s/1mgkM9BE + +[Git-1.9.4-win]:http://pan.baidu.com/s/1ntjy9N7 -[Gradle, please](http://gradleplease.appspot.com) +[Git-1.8.5.2-win]:http://pan.baidu.com/s/1ntJWxeD +[Git-1.8.5.2-mac]:http://pan.baidu.com/s/1bncr1pX + +[Git-for-Linux]:https://github.com/inferjay/AndroidDevTools/wiki/Download-for-Linux-and-Unix + +##### SVN Plugin For Eclipse + +| 版本号 | +|:-----------| +| [1.10.5](http://pan.baidu.com/s/1mg2x4Xq) | +| [1.8.22](http://pan.baidu.com/s/1hqswoGs) | +| [1.6.18](http://pan.baidu.com/s/1o60r6UA) | #### 反编译工具 -| 名称 | 下载地址 | 使用教程 | -|:------------------------------|:--------------------------------:|:---------------:| -| JEB Android Decompiler | [下载][JEB] | | -| Virtuous Ten Studio | [下载][Virtuous Ten Studio] | | -| Apk文件修改工具Root Tools | [下载][apk文件修改工具Root Tools] | | -| Dex文件反编译工具Dedexer | [下载][dex文件反编译工具Dedexer] | | -| APK+Dex文件反编译及回编译工具 | [下载][APK+Dex文件反编译及回编译工具] | | -| android-apktool | [下载][android-apktool] | | -| Onekey Decompile Apk] | [下载][onekey-decompile-apk] | | -| Baksmali | [下载][baksmali] | | -| Smali | [下载][smali] | | -| AXMLPrinter2 | [下载][AXMLPrinter2] | | -| JAD Java Decompiler | [下载][JAD Java Decompiler] | | -| JD-GUI Decompiler | [下载][JD-GUI Decompiler] | | -| XJad V2.2 | [下载][XJad V2.2] | | +| 名称 | 简介 | 下载地址 | 使用教程 | +|:------------------------------|:------------------------------|:--------------------------------:|:---------------:| +| Enjarify |Enjarify 是一个用 Python 写的, Google 官方开源的可以将 Dalvik 字节码转换为 Java 字节码的工具。| [下载][Enjarify] | +| JEB Android Decompiler | | [下载][JEB] | | +| Virtuous Ten Studio | | [下载][Virtuous Ten Studio] | | +| Apk文件修改工具Root Tools | | [下载][apk文件修改工具Root Tools] | | +| Dex文件反编译工具Dedexer | | [下载][dex文件反编译工具Dedexer] | | +| APK+Dex文件反编译及回编译工具 | | [下载][APK+Dex文件反编译及回编译工具] | | +| android-apktool | | [下载][android-apktool] | | +| Onekey Decompile Apk] | | [下载][onekey-decompile-apk] | | +| Baksmali | | [下载][baksmali] | | +| Smali | | [下载][smali] | | +| AXMLPrinter2 | | [下载][AXMLPrinter2] | | +| JAD Java Decompiler | | [下载][JAD Java Decompiler] | | +| JD-GUI Decompiler | | [下载][JD-GUI Decompiler] | | +| XJad V2.2 | | [下载][XJad V2.2] | | +| Android APK Decompiler | 在线反编译工具 | [下载][Android APK Decompiler] | | +| JADX - Dex to Java decompiler| | [下载][JADX] | | +| dex2jar | | [下载][dex2jar] | | +| SmaliViewer |是一款免费的APK分析软件,无论从分析的深度
还是广度来看,都是一款能够满足用户需求的产品,
使您在APK分析的过程中,更加得心应手。 | [下载][SmaliViewer] | [使用指南][SmaliViewer-guide] | +| Android逆向助手 |Android逆向助手是一功能强大的逆向辅助软件。
该软件可以帮助用户来进行apk反编译打包签名;
dex/jar互转替换提取修复;so反编译;
xml、txt加密;字符串编码等等,操作简单
,只需要直接将文件拖放到源和目标文件。 | [下载][Android逆向助手] | [使用指南][Android逆向助手-guide] | +| Android Killer |Android Killer 是一款可视化的安卓应用逆向工具,
集Apk反编译、Apk打包、Apk签名,编码互转,
ADB通信(应用安装-卸载-运行-设备文件管理)
等特色功能于一 身,支持logcat日志输出,
语法高亮,基于关键字(支持单行代码或多行代码段)
项目内搜索,可自定义外部工具;吸收融汇多种工具功能与特点,
打造一站 式逆向工具操作体验,大大简化了用户在
安卓应用/游戏修改过程中的各类繁琐工作。| [下载1][Android-Killer-pd521]
[下载2][Android-Killer-baidu]|[使用指南][Android-Killer-guide] | +| DexExtractor |android dex extractor ,anti-shell,android 脱壳。| [下载][DexExtractor] | | +| jadx |Dex to Java decompiler| [下载][jadx] | | +| android-classyshark | a handy Android and Java executables viewer | [下载][android-classyshark] | | +| ShakaApktool | | [下载][ShakaApktool] | | [JEB]:http://www.android-decompiler.com/index.php [Virtuous Ten Studio]:http://virtuous-ten-studio.com @@ -525,13 +729,30 @@ C/C++开发Android应用工具包 [dex文件反编译工具Dedexer]:http://dedexer.sourceforge.net [APK+Dex文件反编译及回编译工具]:http://idoog.me [onekey-decompile-apk]:https://code.google.com/p/onekey-decompile-apk/ -[android-apktool]:https://code.google.com/p/android-apktool/ +[android-apktool]:http://ibotpeaches.github.io/Apktool/ [baksmali]:https://code.google.com/p/smali/downloads/detail?name=baksmali [smali]:https://code.google.com/p/smali/ [AXMLPrinter2]:https://android4me.googlecode.com/files/AXMLPrinter2.jar [JAD Java Decompiler]:http://varaneckas.com/jad/ -[JD-GUI Decompiler]:http:// +[JD-GUI Decompiler]:https://github.com/java-decompiler/jd-gui/releases/tag/v1.4.0 [XJad V2.2]:http://files.cnblogs.com/arix04/XJad_V2.2.rar +[Android APK Decompiler]:http://www.decompileandroid.com/ +[JADX]:https://github.com/skylot/jadx +[dex2jar]:https://code.google.com/p/dex2jar/ +[SmaliViewer]:http://blog.avlyun.com/wp-content/uploads/2014/04/SmaliViewer.zip +[Android逆向助手]:http://enjoycode.info/uploads/Androidnxzs.zip +[Android-Killer-pd521]:http://www.pd521.com/thread-136-1-1.html +[Android-Killer-baidu]:http://pan.baidu.com/share/home?uk=4099707276#category/type=6 +[Enjarify]:https://github.com/google/enjarify +[DexExtractor]:https://github.com/bunnyblue/DexExtractor +[jadx]:https://github.com/skylot/jadx +[android-classyshark]:https://github.com/google/android-classyshark +[ShakaApktool]:https://github.com/rover12421/ShakaApktool + +[SmaliViewer-guide]:http://blog.avlyun.com/show/《sv用户指南》/ +[Android逆向助手-guide]:http://www.sanwho.com/620.html +[Android-Killer-guide]:http://www.pd521.com/thread-509-1-1.html + #### 安全工具 @@ -565,6 +786,43 @@ C/C++开发Android应用工具包 [GDB-for-Android]:http://gnutoolchains.com/android/ [VisualGDB]:http://visualgdb.com/?features=android +#### 静态代码分析工具 +| 名称 | 简介 | 下载地址 | 使用教程 | +|:-------------------------|:-----------------|:--------------------------:|:---------------:| +| infer | Facebook 开源的静态代码分析工具,用于在发布移动应用之前对代码进行分析,找出潜在的问题。 | [下载][infer] | | + +[infer]:https://github.com/facebook/infer + +#### 搜索工具 +| 名称 | 简介 | 下载地址 | 使用教程 | +|:-------------------------|:-----------------|:--------------------------:|:---------------:| +| Structural Java Exception Search| Java异常搜索工具 | [下载][Structural-Java-Exception-Search] | | +| Android Library Finder | 最快的方式获取依赖库 | [下载][AFLI] | | +| Codota | 示例代码搜索网站 | [下载][codota] | | + +[Structural-Java-Exception-Search]:http://www.brainleg.com/search +[AFLI]:https://github.com/cesarferreira/alfi +[codota]:http://www.codota.com + + +#### Debug调试工具 +| 名称 | 简介 | 下载地址 | 使用教程 | +|:-------------------------|:-----------------|:--------------------------:|:---------------:| +| Stetho | Stetho 是Facebook推出的Android 调试平台,基于 Chrome Developer Tools ,调试网络请求方面特别方便。 | [下载][Stetho] | [教程][Stetho-use-guide] | +|Augmented Traffic Control|Facebook宣布开源移动网络测试工具ATC,该工具支持利用Wi-Fi网络模拟2G、2.5G、3G以及LTE 4G移动网络环境,让测试工程师们能够快速对智能手机和App在不同国家地区和应用环境下的性能表现进行测试。| [下载][Augmented-Traffic-Control] | | + +[Stetho]:https://github.com/facebook/stetho +[Augmented-Traffic-Control]:https://github.com/facebook/augmented-traffic-control + +### Api测试工具 +| 名称 | 简介 | 下载地址 | 使用教程 | +|:-------------------------|:-----------------|:--------------------------:|:---------------:| +| bat | 一个用Go写的命令行API测试利器,支持文件下载,
文件上传,支持Linux的pipe方式,总之就是炫酷。 | [下载][Structural-Java-Exception-Search] | [使用指南][bat-guide] | + +[bat]:https://github.com/astaxie/bat + +[bat-guide]:https://github.com/astaxie/bat#installation + #### Eclipse/Android Studio/IDEA插件 ##### Eclipse | 名称 | 下载地址 | 使用教程 | @@ -593,7 +851,7 @@ C/C++开发Android应用工具包 | Android Resource Resizer Plugin | [下载][Android Resource Resizer] | | | Gradle Dependencies Helper Plugin | [下载][GradleDependenciesHelper] | | | Android Parcelable code generation Plugin | [下载][Parcelableboilerplatecodegen] | | -| Android Holo Colors IDEA Plugin | [下载][Droidinspector] | | +| Android Holo Colors IDEA Plugin | [下载][Android Holo Colors IDEA Plugin] | | | Android Toolbox Plugin | [下载][Android Toolbox Plugin] | | | Android Gradle Sign Plugin | [下载][AndroidGradleSignPlugin] | | | Android Permissions Usage Plugin | [下载][AndroidPermissionsUsage] | | @@ -615,6 +873,10 @@ C/C++开发Android应用工具包 | IDEA Maven Plugin | [下载][idea-plugin-maven-plugin] | | | Gradle GooglePlay Publisher Plugin | [下载][gradle-play-publisher] | | | Drawable Selectors Generates Plugin | [下载][android-selector-chapek] | | +| Android Drawable Importer | [下载][android-drawable-importer-intellij-plugin] | | +| Color themes for IntelliJ IDEA | [下载][android-drawable-importer-intellij-plugin] | | +| GsonFormat | [下载][GsonFormat] | | +| ormlite-android-gradle-plugin | [下载][ormlite-android-gradle-plugin] | | [Android Resource Resizer]:https://github.com/walmyrcarvalho/android-resource-resizer [GradleDependenciesHelper]:https://github.com/ligi/GradleDependenciesHelperPlugin @@ -642,6 +904,10 @@ C/C++开发Android应用工具包 [idea-plugin-maven-plugin]:https://github.com/born2snipe/idea-plugin-maven-plugin [gradle-play-publisher]:https://github.com/Triple-T/gradle-play-publisher [android-selector-chapek]:https://github.com/inmite/android-selector-chapek +[android-drawable-importer-intellij-plugin]:https://github.com/winterDroid/android-drawable-importer-intellij-plugin +[Color-themes-for-IntelliJ-IDEA]:http://www.ideacolorthemes.org/home/ +[GsonFormat]:https://github.com/zzz40500/GsonFormat +[ormlite-android-gradle-plugin]:https://github.com/stephanenicolas/ormlite-android-gradle-plugin #### Android资源/Themes/Style生成工具 | 名称 | 简介 | 下载地址 | 使用教程 | @@ -652,6 +918,7 @@ C/C++开发Android应用工具包 | Android Holo Colors Generator | | [下载][HoloColorsGenerator] | | | Android Simple Nine-patch Generator | | [下载][Simple Nine-patch Generator] | | | Android Device Frame Generator | | [下载][Device Frame Generator] | | +| Android 9-patch shadow generator | | [下载][Android shadow generator] | | [AndroidAssetStudio]:http://romannurik.github.io/AndroidAssetStudio/ [AndroidDrawableFactory]:https://github.com/tizionario/AndroidDrawableFactory @@ -659,6 +926,7 @@ C/C++开发Android应用工具包 [HoloColorsGenerator]:http://android-holo-colors.com [Simple Nine-patch Generator]:http://romannurik.github.io/AndroidAssetStudio/nine-patches.html [Device Frame Generator]:http://f2prateek.com/android-device-frame-generator/ +[Android shadow generator]:http://inloop.github.io/shadow4android/ #### Android资源分析工具 | 名称 | 简介 | 下载地址 | 使用教程 | @@ -694,10 +962,12 @@ C/C++开发Android应用工具包 | Android KickstartR| AndroidKickstartR帮助您快速创建
Android应用程序并使用最流行的库进行配置。
它创建和配置你的项目给你。只专注于代码! | [下载][AndroidKickstartR] | | | Android Button Maker| Android Button Maker是一个在线生成Android应用按钮代码的工具。
Android的API提供可绘制资源,其中的XML文件定义的几何形状,包括颜色,边框和梯度。
这些按钮是在shape drawable XML代码基础上产生的相比通常的PNG按钮加载速度更快。
您可以在设置面板中自定义按钮的属性和获得源代码。 | [下载][Android Button Maker] | | | DroidDraw | | [下载][DroidDraw] | | +|Android SVG to VectorDrawable|一个可以将SVG图片转换为Vector Drawable xml文件的在线工具。| [下载][Android-SVG-to-VectorDrawable] | | [AndroidKickstartR]:http://androidkickstartr.com [Android Button Maker]:http://angrytools.com/android/button/ [DroidDraw]:https://code.google.com/p/droiddraw/ +[Android-SVG-to-VectorDrawable]:http://inloop.github.io/svg2android/ #### Android Native开发工具 | 名称 | 简介 | 下载地址 | 使用教程 | @@ -718,6 +988,9 @@ C/C++开发Android应用工具包 | Emmagee | | [下载][Emmagee] | | | Apk View Tracer | | [下载][apk-view-tracer] | | | APT |APT是一个Android平台高效性能测试组件,
提供丰富实用的功能,适用于开发自测、
定位性能瓶颈;
测试人员完成性能基准测试、竞品对比测试。| [下载][APT] | [教程][APT-use-guide] | +| GT | GT(随身调)是APP的随身调测平台,它是直接运行在手机上的“集成调测环境”(IDTE, Integrated Debug&Test Environment)。 | [下载][GT] | [教程][GT-use-guide] | +| Mobile-Checker | 移动端页面检查工具,可以选择三种屏幕规格,通过工具发现网站在移动端存在的问题。 | [下载][Mobile-Checker] | | + [Appurify]:http://appurify.com [Monkey]:http://developer.android.com/intl/zh-cn/tools/help/monkey.html @@ -728,9 +1001,13 @@ C/C++开发Android应用工具包 [Emmagee]:https://code.google.com/p/emmagee/ [apk-view-tracer]:https://code.google.com/p/apk-view-tracer/ [APT]:https://code.csdn.net/Tencent/apt +[GT]:http://gt.tencent.com/index.html +[Mobile-Checker]:https://github.com/w3c/Mobile-Checker [APT-use-guide]:http://www.eoeandroid.com/thread-497380-1-1.html +[GT-use-guide]:http://gt.tencent.com/docs.html +[Stetho-use-guide]:http://facebook.github.io/stetho/ #### Android多渠道打包工具 @@ -740,11 +1017,16 @@ C/C++开发Android应用工具包 | AppTools具 | | [下载][AppTools] | | | package_tool | | [下载][package_tool] | | | RyApkTool | | [下载][RyApkTool] | | +| 兰贝壳儿 | | [下载][兰贝壳儿] | [教程][兰贝壳教程] | [Umeng多渠道打包工具]:https://github.com/umeng/umeng-muti-channel-build-tool [AppTools]:https://github.com/wubo/apptools [package_tool]:https://github.com/ahui2823/package_tool [RyApkTool]:http://blog.csdn.net/rydiy/article/details/7901564 +[兰贝壳儿]:http://www.orchidshell.com + + +[兰贝壳教程]:http://www.orchidshell.com/Instructions/OchidShellInstructions.htm #### Android Bug日志收集工具 @@ -814,11 +1096,13 @@ C/C++开发Android应用工具包 |:-----------------|------------------|:--------------------------:|:---------------:| | OptiPNG | | [下载][OptiPNG] | | | Pngcrush | | [下载][Pngcrush] | | -| ImageOptim | | [下载][Xamarin] | | +| ImageOptim | | [下载][ImageOptim] | | +| Tinypng | | [下载][tinypng] | | [OptiPNG]:http://optipng.sourceforge.net/ [Pngcrush]:http://pmt.sourceforge.net/pngcrush/ [ImageOptim]:https://imageoptim.com) +[tinypng]:https://tinypng.com/ #### 资源清理工具 @@ -844,6 +1128,7 @@ C/C++开发Android应用工具包 | androidpixels | | [下载][androidpixels] | | | android dpi calculator | | [下载][android dpi calculator] | | | DPI Calculator | | [下载][DPI Calculator] | | +| Android DPI Calculator插件| | [下载][Android DPI Calculator] | | [android dp px calculator]:http://labs.rampinteractive.co.uk/android_dp_px_calculator/ [dp px converter]:http://pixplicity.com/dp-px-converter/ @@ -851,6 +1136,7 @@ C/C++开发Android应用工具包 [androidpixels]:http://androidpixels.net [android dpi calculator]:http://coh.io/adpi/ [DPI Calculator]:https://chrome.google.com/webstore/detail/dpi-calculator/dldofgjemhkpilajnlenfijjpkabilcg?hl=en +[Android DPI Calculator]:https://github.com/JerzyPuchalski/Android-DPI-Calculator #### Java To iOS @@ -934,7 +1220,7 @@ C/C++开发Android应用工具包 [Git Cheat Sheet]:https://chrome.google.com/webstore/detail/git-cheat-sheet/mjdmgoiobnbkfcfjcceaodlcodhpokgn?hl=en -##Guides +## Guides #### Google Java编程风格指南中文版 @@ -944,12 +1230,16 @@ C/C++开发Android应用工具包 地址1:[https://github.com/codeset/google-java-styleguide](https://github.com/codeset/google-java-styleguide) +#### Android Developers 国内镜像站 + +地址: [Android Developers 国内镜像站](http://androiddoc.qiniudn.com/) + #### Android Api中文版 -地址:[http://wikidroid.sinaapp.com/Android中文API](http://wikidroid.sinaapp.com/Android中文API)) +地址:[http://www.embeddedlinux.org.cn/androidapi/](http://www.embeddedlinux.org.cn/androidapi/) ####Android API指南中文版 -地址:[http://wiki.eoeandroid.com/Android_API_Guides](http://wiki.eoeandroid.com/Android_API_Guides) +地址:[http://api.apkbus.com/guide](http://api.apkbus.com/guide) #### Android Proguard混淆配置指南 @@ -957,18 +1247,18 @@ C/C++开发Android应用工具包 #### Gradle插件使用指南中文版 -地址:[https://github.com/inferjay/GradlePluginUserGuideCN](https://github.com/inferjay/GradlePluginUserGuideCN) +地址:[http://avatarqing.github.io/Gradle-Plugin-User-Guide-Chinese-Verision](http://avatarqing.github.io/Gradle-Plugin-User-Guide-Chinese-Verision) -####Gradle User Guide +#### Gradle User Guide Gradle 1.12用户指南:[http://pan.baidu.com/s/1dD7sC2d](http://pan.baidu.com/s/1dD7sC2d) -##Tutorials +## Tutorials #### Android学习之路 地址:[http://stormzhang.github.io/android/2014/07/07/learn-android-from-rookie/](http://stormzhang.github.io/android/2014/07/07/learn-android-from-rookie/) -####Google Android官方培训课程中文版 +#### Google Android官方培训课程中文版 地址:[http://hukai.me/android-training-course-in-chinese/index.html](http://hukai.me/android-training-course-in-chinese/index.html) @@ -1000,7 +1290,8 @@ Gradle 1.12用户指南:[http://pan.baidu.com/s/1dD7sC2d](http://pan.baidu.com | QuickGuide | | [下载][QuickGuide] | | | Long Shadow Generator | 长投影效果生成插件 | [下载][Long Shadow Generator] | | | android_resizer_toolkit | | [下载][android_resizer_toolkit] | | -| android-ps-tools | 一些方便Android UI设计的PhototShop插件。 | [下载][android-ps-tools] | | +| android-ps-tools | 一些方便Android UI设计的PhototShop插件。 | [下载][android-ps-tools] | | +| LayerCraft |A Photoshop plugin to export UI assets from layers| [下载][LayerCraft] | | [Cut&Slice]:http://www.cutandslice.me [DevRocket]:http://devrocket.uiparade.com @@ -1015,6 +1306,7 @@ Gradle 1.12用户指南:[http://pan.baidu.com/s/1dD7sC2d](http://pan.baidu.com [Long Shadow Generator]:http://lab.rayps.com/lsg2/ [android_resizer_toolkit]:https://github.com/marcosecchi/android_resizer_toolkit [android-ps-tools]:https://github.com/timroes/android-ps-tools +[LayerCraft]:http://lab.rayps.com/lc/ #### 矢量图设计工具 @@ -1043,8 +1335,12 @@ Gradle 1.12用户指南:[http://pan.baidu.com/s/1dD7sC2d](http://pan.baidu.com | 名称 | 简介 | 下载地址 | 使用教程 | |:-----------------|------------------|:--------------------------:|:---------------:| | 马克鳗 | | [下载][马克鳗] | | +| PxCook像素大厨 |UI设计师效率提升利器,让你专注于设计本质,
不再为标注切图而烦恼,从设计到实现一气呵成| [下载][PxCook] | [使用教程][PxCook-guide] | [马克鳗]:http://www.getmarkman.com +[PxCook]:http://www.fancynode.com.cn + +[PxCook-guide]:http://www.fancynode.com.cn/tutorial #### 原型设计工具 @@ -1066,6 +1362,10 @@ Gradle 1.12用户指南:[http://pan.baidu.com/s/1dD7sC2d](http://pan.baidu.com | Marvelapp | | [下载][Marvelapp] | | | Justinmind | | [下载][Justinmind] | | | Form | | [下载][Form] | | +| Prott | | [下载][Prott] | | +| Composite | | [下载][Composite] | | +| Avocado | | [下载][Avocado] | | +| Pixate | | [下载][Pixate] | | [Axure]:http://www.axure.com [Fluid UI]:https://chrome.google.com/webstore/detail/fluid-ui/obgmmkbgpilmggfkhganmcmpemnhimgg?hl=en @@ -1083,6 +1383,10 @@ Gradle 1.12用户指南:[http://pan.baidu.com/s/1dD7sC2d](http://pan.baidu.com [Marvelapp]:https://marvelapp.com [Justinmind]:http://www.justinmind.com/ [Form]:http://www.relativewave.com/form.html +[Prott]:https://prottapp.com +[Composite]:http://www.getcomposite.com/ +[Avocado]:https://github.com/ideo/avocado +[Pixate]:http://www.pixate.com/ #### 交互设计工具 @@ -1201,18 +1505,24 @@ Gradle 1.12用户指南:[http://pan.baidu.com/s/1dD7sC2d](http://pan.baidu.com | Reflector | | [下载][Reflector] | | | x-Mirage | | [下载][x-Mirage] | | | AirServer | | [下载][AirServer] | | +| BBQScreen | | [下载][BBQScreen] | | [Reflector]:http://www.airsquirrels.com/reflector/download/ [x-Mirage]:http://x-mirage.com/x-mirage/ [AirServer]:http://www.airserver.com +[BBQScreen]:http://screen.bbqdroid.org #### Gif图片录制工具 | 名称 | 简介 | 下载地址 | 使用教程 | |:-----------------|------------------|:--------------------------:|:---------------:| | LICEcap | | [下载][LICEcap] | | +| GifCam | | [下载][GifCam] | | +| Android Tool | | [下载][androidtool-mac] | | [LICEcap]:http://www.cockos.com/licecap/ +[GifCam]:http://blog.bahraniapps.com/gifcam/ +[androidtool-mac]:https://github.com/mortenjust/androidtool-mac ## UI Programming Language @@ -1222,10 +1532,15 @@ Gradle 1.12用户指南:[http://pan.baidu.com/s/1dD7sC2d](http://pan.baidu.com [HackDesign](https://hackdesign.org/lessons) +## Games + +[The Bezier Game](http://bezier.method.ac) + +一个帮助你练习PS里钢笔工具的小游戏。 ## Guides -####Android设计指南非官方简体中文版 +#### Android设计指南非官方简体中文版 Topfun镜像地址:[http://www.topfun.us/adchs/index.html](http://www.topfun.us/adchs/index.html) @@ -1237,51 +1552,68 @@ Segmentfault镜像地址:[http://mirrors.segmentfault.com/adchs/](http://mirro 多看阅读镜像地址:[http://www.duokan.com/book/47790](http://www.duokan.com/book/47790) -####Android Cheatsheet for Graphic Designers +#### Android Cheatsheet for Graphic Designers 地址:[http://petrnohejl.github.io/Android-Cheatsheet-For-Graphic-Designers/](http://petrnohejl.github.io/Android-Cheatsheet-For-Graphic-Designers/) -####Google Material Design 中文版 +#### Google Material Design 中文版 地址:[http://design.1sters.com](http://design.1sters.com) +地址: [http://www.ui.cn/Material/](http://www.ui.cn/Material/) + #### Designer's Guide To dpi 地址:[http://sebastien-gabriel.com/designers-guide-to-dpi/home](http://sebastien-gabriel.com/designers-guide-to-dpi/home#) +#### Email Design Guide + +地址:[http://mailchimp.com/resources/email-design-guide/](http://mailchimp.com/resources/email-design-guide/) + ## Free Design Resources [Google Material Design 素材](http://pan.baidu.com/s/1i35iBNv)(感谢 [@SanityD](http://weibo.com/sanityd)) [Material Design Icon Templates](https://dribbble.com/shots/1617724) +[Material Design的图标集](https://github.com/google/material-design-icons) + +[Material Design UI Kit for Sketch](https://www.behance.net/gallery/20514895/Material-Design-UI-Kit) + [Nexus 5 template for Sketch](http://tristanremy.com/nexus-5/) [Free Design Resources](http://androiduiux.com/free-design-resources/?blogsub=confirming#blog_subscription-2) [434 SVG icons](https://dl.dropboxusercontent.com/u/8067075/System%20Icons.zip) +[UI Cloun](http://ui-cloud.com) + +[161个国内外社交网站矢量图标](http://github.com/nullice/NViconsLib_Silhouette) + +[250 free icons in 5 sizes and 14 colors](http://www.androidicons.com) + +[MINIMALISTIC EVERYDAY ICONS](http://matt-cooper.com/minimalistic-icons/) + +[Icons4Android](http://www.icons4android.com) + # Books --- [Free Programming Books](https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md#android) +一堆免费的Android开发相关的电子书。 +[50 Android Hacks](http://www.it-ebooks.info/book/2445/) -# License ---- +50 Android Hacks这本书分12个部分介绍了50个Android开发的小技巧。 + +[免费的编程中文书籍索引](http://siberiawolf.com/free_programming/index.html) -``` -Copyright 2014 inferjay (http://www.androiddevtools.cn) -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +# 🎁福利 - http://www.apache.org/licenses/LICENSE-2.0 + + +# Disclaimer +--- -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -``` \ No newline at end of file + 版权归原作者所有,这里仅做收集整理,欢迎自由转载-非商用-非衍生-保持署名和链接。 diff --git a/static/image/geek-time-ad.jpg b/static/image/geek-time-ad.jpg new file mode 100644 index 00000000..bd69cf14 Binary files /dev/null and b/static/image/geek-time-ad.jpg differ diff --git a/static/image/preview.jpg b/static/image/preview.jpg new file mode 100644 index 00000000..0498a16e Binary files /dev/null and b/static/image/preview.jpg differ diff --git a/static/image/sdk-manager-proxy-settings.png b/static/image/sdk-manager-proxy-settings.png new file mode 100644 index 00000000..84701b30 Binary files /dev/null and b/static/image/sdk-manager-proxy-settings.png differ