目录

android开发工具简介及下载地址

目录

android开发工具简介及下载地址

AndroidDevTools简介

Android Dev Tools官网地址:

收集整理Android开发所需的Android SDK、开发中用到的工具、Android开发教程、Android设计规范,免费的设计素材等。

欢迎大家推荐自己在Android开发过程中用的好用的工具、学习开发教程、用到设计素材,欢迎Star、Fork 。

如果你对翻译英文的Android开发技术文章感兴趣,欢迎Start和Fork

Android Tools

Android SDK在线更新镜像服务器
  1. 中国科学院开源协会镜像站地址:

    • IPV4/IPV6: http://mirrors.opencas.cn 端口:80
    • IPV4/IPV6: http://mirrors.opencas.org 端口:80
    • IPV4/IPV6: http://mirrors.opencas.ac.cn 端口:80
  2. 上海GDG镜像服务器地址:

    http://sdk.gdgshanghai.com 端口:8000

  3. 北京化工大学镜像服务器地址:

    • IPv4: http://ubuntu.buct.edu.cn/ 端口:80
    • IPv4: http://ubuntu.buct.cn/ 端口:80
    • IPv6: http://ubuntu.buct6.edu.cn/ 端口:80
  4. 大连东软信息学院镜像服务器地址:

    http://mirrors.neusoft.edu.cn 端口:80

使用方法

  1. 启动 Android SDK Manager ,打开主界面,依次选择『 Tools 』、『 Options… 』,弹出『 Android SDK Manager - Settings 』窗口;
  2. 在『 Android SDK Manager - Settings 』窗口中,在『 HTTP Proxy Server」和「HTTP Proxy Port 』输入框内填入上面镜像服务器地址( 不包含http:// ,如下图)和端口,并且选中『 Force https://… sources to be fetched using http://… 』复选框。设置完成后单击『 Close 』按钮关闭『 Android SDK Manager - Settings 』窗口返回到主界面;
  3. 依次选择『 Packages 』、『 Reload 』。

https://i-blog.csdnimg.cn/blog_migrate/398be2ebfe2f2272c4413d95c06a1507.png

Android Studio
版本号WindowsMac OSXLinux
1.2 正式版
1.2 RC3
1.2 RC2
1.2 RC
1.2 Beta3
1.2 Beta2
1.2 Beta
1.2 Preview 4
1.2 Preview 3
1.2 Preview 2
1.2 Preview 1
1.1 正式版
1.1 RC1
1.1 Beta4
1.1 Beta3
1.1 Beta2
1.1 Beta
1.1 Preview 2
1.1 Preview 1
1.0.2
1.0.1
1.0正式版
1.0 RC4
1.0 RC2
1.0 RC1
0.9.3
0.9.2
0.9.1
0.9.0
0.8.14
0.8.13
0.8.12
0.8.11
0.8.10
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8 0
0.6.1
0.6.0
0.5.9
0.5.8
SDK Tools
版本号WindowsMac OSXLinux
sdk-tools-r24.1.2
sdk-tools-r24.0.2
sdk-tools-r24.0.1
sdk-tools-r24
sdk-tools-r23.0.5
sdk-tools-r23.0.2
sdk-tools-r23

备注: 非官方版 是在 23.0.2 的基础上进行了在线更新包含了 Android 5.0 SDKSDK Tools 23.0.5Build Tools 21.0.1Support Library 21 等。

SDK Platform-Tools

这是 adb, fastboot 等工具包。把解压出来的 platform-tools 文件夹放在 android sdk 根目录下,并把 adb 所在的目录添加到系统 PATH 路径里,即可在命令行里直接访问了 adb, fastboot 等工具。

版本号WindowsMac OSXLinux
platform-tools-r22
platform-tools-r21
platform-tools-r20
Build-Tools

这是Android开发所需的Build-Tools,下载并解压后,将解压出的整个文件夹复制或者移动到 your sdk 路径/build-tools 文件夹即可。

版本号WindowsMac OSXLinux
21.1.2
21.1.2
21.1.1
21.1.0
21.0.2
21.0.1
21.0.0
20.0.0
19.1.0
19.0.3
19.0.2
19.0.1
19.0.0
SDK

这是Android开发所需的sdk,下载并解压后,将解压出的整个文件夹复制或者移动到 your sdk 路径/platforms 文件夹,然后打开SDK Manager,打开 Tools(工具) 菜单选择 Options(选项) 菜单项打开Android SDK Manager Setting对话框,点击 Clear Cache(清除缓存) 按钮,然后重启Eclipse(或Android Studio)和SDK Manager。

系统版本号WindowsMac OSXLinux
android 5.0
android L Rev3
android L
android 4.4W
android 4.4.2
android 4.3
android 4.2.2
android 4.1.2
android 4.0.3
android 4.0
android 3.2
android 3.1
android 3.0
android 2.3.3
android 2.2
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。

系统版本号WindowsMac OSXLinux
android 5.0
android L
android 4.4W
android 4.4.2
android 4.3
android 4.2.2
android 4.1.2
android 4.0.3
android 4.0
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。

系统版本号WindowsMac OSXLinux
android 4.4.2
android 4.3
android 4.2.2
android 4.1.2
android 4.0.3
android 4.0
android 3.2
android 3.1
android 3.0
android 2.3.3
android 2.2
Google Glass SDK

这是GDK,下载并解压后,将解压出的整个文件夹复制或者移动到 your sdk 路径/add-ons 文件夹下,然后打开SDK Manager,打开 Tools(工具) 菜单选择 Options(选项) 菜单项打开Android SDK Manager Setting对话框,点击 Clear Cache(清除缓存) 按钮,然后重启Eclipse(或Android Studio)和SDK Manager。

系统版本WindowsMac OSXLinux
android 4.4.2
android 4.0.3
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。

系统版本WindowsMac OSXLinux
android 3.2
Android Framework Source Code

这是Android Framework Source Code,下载并解压后,将解压出的整个文件夹复制或者移动到 your sdk 路径/sources 文件夹下,然后重启Eclipse(或Android Studio),这样当你在Eclipse里面按住 Ctrl 键点击某个系统类时就可以打开该类的源码文件查看源码了。

系统版本
Android SDK Extras

包含 Android Support LibraryGoogle Cloud Messaging for Android LibraryGoogle Play servicesGoogle Play services for fit previewGoogle Play services for FroyoGoogle Play APK Expansion LibraryGoogle Play Billing LibraryGoogle Play Licensing Library 等,下载解压后将解压出的整个文件夹复制或者移动到 your sdk 根目录下下,如果已经存在 extras 文件夹就替换掉。

版本号
Support Library

包含supportive、v7和v13,下载解压后将解压出的整个文件夹复制或者移动到 your sdk 路径/extras 下,然后打开SDK Manager,打开 Tools(工具) 菜单选择 Options(选项) 菜单项打开Android SDK Manager Setting对话框,点击 Clear Cache(清除缓存) 按钮,然后重启Eclipse(或Android Studio)和SDK Manager。

版本号
SDK Samples

这是Android SDK自带的示例代码,下载并解压后,将解压出的整个文件夹复制或者移动到 your sdk 路径/samples 文件夹下,然后重启Eclipse(或Android Studio)。 。

系统版本
NDK

C/C++开发Android应用工具包, Linux/Mac OS X 下NDK r10c 的安装方法请戳[这里](

版本号WindowsMac OSXLinux
ndk-r10d
ndk-r10c
ndk64-r10
ndk32-r10
ndk-r9d
Additional Download (32-, 64-bit)Package
r10 STL debug info
r9 STL debug info
Android L Preview System Image

这个是Android L Preview系统的刷机镜像。

设备下载
Nexus 5 (GSM/LTE) “hammerhead”
Nexus 7 (Wifi) “razor”
JDK
版本号WindowsMac OSXLinux
1.8 u5
1.7 u60
1.6 u45
ADT Bundle

ADT Bundle包含了Eclipse、ADT插件和SDK Tools,是已经集成好的IDE,只需安装好Jdk即可开始开发,推荐初学者下载ADT Bundle,不用再折腾开发环境。

版本号WindowsMac OSXLinux
23.0.2
23.0.0
ADT Plugin

离线安装ADT插件请戳

版本号
Gradle
版本号
Gradle Dependencies Configuration Generator

版本控制工具
Git
版本号WindowsMac OSXLinux
Git-2.0.1
Git-1.9.4
Git-1.8.5.2
SVN Plugin For Eclipse
版本号
Apk反编译工具
名称简介下载地址使用教程
JEB Android Decompiler
Virtuous Ten Studio
Apk文件修改工具Root Tools
Dex文件反编译工具Dedexer
APK+Dex文件反编译及回编译工具
android-apktool
Onekey Decompile Apk]
Baksmali
Smali
AXMLPrinter2
JAD Java Decompiler
JD-GUI Decompiler
XJad V2.2
Android APK Decompiler在线反编译工具
SmaliViewer是一款免费的APK分析软件,无论从分析的深 度还是广度来看,都是一款能够满足用户需求 的产品,使您在APK分析的过程中,更加得心应手。
Android逆向助手Android逆向助手是一功能强大的逆向辅助软件。 该软件可以帮助用户来进行apk反编译打包签名; dex/jar互转替换提取修复;so反编译; xml、txt加密;字符串编码等等,操作简单, 只需要直接将文件拖放到源和目标文件。
Android Killer<android killer="" 是一款可视化的安卓应用逆向工具, 集Apk反编译、Apk打包、Apk签名,编码互转, ADB通信(应用安装-卸载-运行-设备文件管理)等特色 功能于一 身,支持logcat日志输出,语法高亮, 基于关键字(支持单行代码或多行代码段)项目内搜索, 可自定义外部工具;吸收融汇多种工具功能与特点, 打造一站 式逆向工具操作体验,大大简化了用户在 安卓应用/游戏修改过程中的各类繁琐工作。
安全工具
名称下载地址使用教程
APKfuscator
ApkAnalyser
AppXplore
Android analysis framework
Androguard
Droidbox
dsploit
Androwarn
Anubis
Drozer
VirusTotal
GDB for Android
VisualGDB
搜索工具
名称简介下载地址使用教程
Structural Java Exception SearchJava异常搜索工具
Debug调试工具
名称简介下载地址使用教程
StethoStetho 是Facebook推出的Android 调试平台,基于 Chrome Developer Tools ,调试网络请求方面特别方便。
Augmented Traffic ControlFacebook宣布开源移动网络测试工具ATC,该工具支持利用 Wi-Fi网络模拟2G、2.5G、3G以及LTE 4G移动网络 环境,让测试工程师们能够快速对智能手机和App在 不同国家地区和应用环境下的性能表现进行测试。
Api测试工具
名称简介下载地址使用教程
bat一个用Go写的命令行API测试利器,支持文件下载, 文件上传,支持Linux的pipe方式,总之就是炫酷。
Eclipse/Android Studio/IDEA插件
Eclipse插件
名称下载地址使用教程
SVN
Genymobile模拟器
Memory-Analyzer-Tools
Droidinspector
SQLiteManager
Color Theme
RoboVM
Newrelic
Android Studio/IDEA插件
名称下载地址使用教程
Android Resource Resizer Plugin
Gradle Dependencies Helper Plugin
Android Parcelable code generation Plugin
Android Holo Colors IDEA Plugin
Android Toolbox Plugin
Android Gradle Sign Plugin
Android Permissions Usage Plugin
Android Helper Plugin
Android Studio Prettify Plugin
IDEA ADB Plugin
Otto Intellij Plugin
Dagger intellij Plugin
Gradle Gui Plugin
Android Studio Unit Test Plugin
Android Layout ID Converter Plugin
IDEA protobuf Plugin
Simple Team Code Reviewer Plugin
Android XML Plugin
ADF Plugin
Java2smali Plugin
IDEA gitignore Plugin
IDEA Background Image Plugin
IDEA Maven Plugin
Gradle GooglePlay Publisher Plugin
Drawable Selectors Generates Plugin
Android Drawable Importer
Android资源/Themes/Style生成工具
名称简介下载地址使用教程
Android Asset Studio
Android Drawable Factory
Android Action Bar Style Generator
Android Holo Colors Generator
Android Simple Nine-patch Generator
Android Device Frame Generator
Android资源分析工具
名称简介下载地址使用教程
Android Assets Viewer
Android Layout Parser工具
名称简介下载地址使用教程
Android Layout Binder
Android Content Provider代码生成工具
名称简介下载地址使用教程
Content Provider Code Generator
Android Fragment Code Generator代码生成工具
名称简介下载地址使用教程
Android Fragment Code Generator
代码生成工具
名称简介下载地址使用教程
Android KickstartRAndroidKickstartR帮助您快速创建 Android应用程序并使用最流行的库进行配置。 它创建和配置你的项目给你。只专注于代码!
Android Button MakerAndroid Button Maker是一个在线生成Android应用按钮代码的工具。 Android的API提供可绘制资源,其中的XML文件定义的几何形状,包括颜色,边框和梯度。 这些按钮是在shape drawable XML代码基础上产生的相比通常的PNG按钮加载速度更快。 您可以在设置面板中自定义按钮的属性和获得源代码。
DroidDraw
Android SVG to VectorDrawable一个可以将SVG图片转换为Vector Drawable xml文件的在线工具。
Android Native开发工具
名称简介下载地址使用教程
Android++
Android测试工具
名称简介下载地址使用教程
Appurify
Monkey
Testin
Spoon
Little Eye
易测云
Emmagee
Apk View Tracer
APTAPT是一个Android平台高效性能测试组件, 提供丰富实用的功能,适用于开发自测、 定位性能瓶颈; 测试人员完成性能基准测试、竞品对比测试。
GTGT(随身调)是APP的随身调测平台,它是直接运行在手机上的“集成调测环境”(IDTE, Integrated Debug&Test Environment)。
StethoStetho 是Facebook推出的Android 调试平台,基于 Chrome Developer Tools ,调试网络请求方面特别方便。
Android多渠道打包工具
名称简介下载地址使用教程
Umeng多渠道打包工具
AppTools具
package_tool
RyApkTool
Android Bug日志收集工具
名称简介下载地址使用教程
Crashlytics
ACRA
ChkBugReport
Log Collector
Android Crash Catcher
其他语言开发Android应用工具
名称简介下载地址使用教程
Xamarin
Basic4android
Scripting Layer
Ruby Rhodes移动设备上的Ruby
PHP for Android
Codename One
Touchqode
App Inventor
传感器模拟工具
名称简介下载地址使用教程
Sensor Simulator独立的Java应用程序,它模拟传感器 的数据并将它们传送到Android模拟器。
Android串口开发工具
名称简介下载地址使用教程
Android Serialport Api
图片尺寸处理工具
名称简介下载地址使用教程
9-Patch Resizer
图片压缩工具
名称简介下载地址使用教程
OptiPNG
Pngcrush
ImageOptim
资源清理工具
名称简介下载地址使用教程
Android Lint
Android Resource Cleaner
Android Unused Resources
Android Resource Remover
px和dp转换/计算工具
名称简介下载地址使用教程
Android dp px Calculator
dp px converter
pixelcalc
androidpixels
android dpi calculator
DPI Calculator
Java To iOS
名称简介下载地址使用教程
j2Objc
RoboVM
JSON/XML转换为POJO Class工具
名称简介下载地址使用教程
jsonschema2pojo
Convert XML or JSON to Java Pojo
Java DAO Generate工具
名称简介下载地址使用教程
Generate Java DAO for relational data table
Chrome插件
Android插件
名称简介下载地址使用教程
Android SDK Search
Android Resource Navigator
ADB Plugin for remote debugging Chrome on Android
Mobile/RWD Tester
ExtensionAndroid SDK Samples Search
Android Developer Improvements
Android downloader
JSON/XML格式化插件
名称简介下载地址使用教程
JSONView
JSON Formatter
JSON Viewer
JSON Finder
Encode/Decode插件
名称简介下载地址使用教程
Base64 Encode and Decode
Git Plugin
名称简介下载地址使用教程
Git Cheat Sheet

Android Dev Guides

Google Java编程风格指南中文版

英文地址:

地址0:

地址1:

Android Api中文版

地址: )

Android API指南中文版

地址:

Android Proguard混淆配置指南

地址:

Gradle插件使用指南中文版

地址:

Gradle User Guide

Gradle 1.12用户指南:

Android Dev Tutorials

Android学习之路

地址:

Google Android官方培训课程中文版

地址:

Developing Android Apps

地址:

Java Design Patterns Samples in Java.

Design Tools

Photoshop插件
名称简介下载地址使用教程
Cut&Slice切图神器
DevRocket切图神器
Cutterman最好用的切图工具
Ink
Corner Editor路径圆角编辑工具
GuideGuide辅助线工具
Assistor PS
Skeuomorphism.it
QuickGuide
Long Shadow Generator长投影效果生成插件
android_resizer_toolkit
android-ps-tools一些方便Android UI设计的PhototShop插件。
LayerCraftA Photoshop plugin to export UI assets from layers
矢量图设计工具
名称简介下载地址使用教程
Sketch 3
Affinity Designer
Gravit
Adobe Illustrator
切图工具
名称简介下载地址使用教程
Slicy
设计稿尺寸标注工具
名称简介下载地址使用教程
马克鳗
PxCook像素大厨UI设计师效率提升利器,让你专注于设计本质, 不再为标注切图而烦恼,从设计到实现一气呵成
原型设计工具
名称简介下载地址使用教程
Axure
Fluid UI
Briefs
Flinto
Balsamiq Mockups
AppCooker
Proto.io
UXPin
InVision
POP
快现
Composite
OmniGraffle
Marvelapp
Justinmind
Form
Prott
Composite
交互设计工具
名称简介下载地址使用教程
Framer Studio
Quartz Composer
Origami
jQC
Avocado
Pixate
UI效果预览工具
名称简介下载地址使用教程
Android Design Preview
PS Play
Pixl Preview
Skala Preview
LiveView
配色工具
名称简介下载地址使用教程
Android Material Design可视化调色板
Android Material Design Colours.xml
Colorube配色神器
Adobe Kuler
ColorSchemer Studio
Piknik
设计稿版本控制工具
名称简介下载地址使用教程
LayerVault
图标处理工具
名称简介下载地址使用教程
Icon Slate
在线Icon库
名称简介下载地址使用教程
IconFont
NounProject
取色工具
名称简介下载地址使用教程
ColorSnapper
不透明度16进制值
不透明度16进制值
100%FF
95%F2
90%E6
85%D9
80%CC
75%BF
70%B3
65%A6
60%99
55%8C
50%80
45%73
40%66
35%59
30%4D
25%40
20%33
15%26
10%1A
5%0D
0%00

出自:

手机To电脑同步预览工具
名称简介下载地址使用教程
Reflector
x-Mirage
AirServer
BBQScreen
Gif图片录制工具
名称简介下载地址使用教程
LICEcap
GifCam

UI Programming Language

Design Tutorials

Design Games

一个帮助你练习PS里钢笔工具的小游戏。

Design Guides

Android设计指南非官方简体中文版

Topfun镜像地址:

Github镜像地址:

ApkBus镜像地址:

Segmentfault镜像地址:

多看阅读镜像地址:

Android Cheatsheet for Graphic Designers

地址:

Google Material Design 中文版

地址:

地址:

Designer’s Guide To dpi

地址:

Email Design Guide

地址:

Free Design Resources

(感谢 )

Books

一堆免费的Android开发相关的电子书。

50 Android Hacks这本书分12个部分介绍了50个Android开发的小技巧。

License

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

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.