Skip to content

Commit 61c198f

Browse files
committed
Merge pull request inferjay#2 from inferjay/master
merge from master
2 parents d8ef393 + 8a4ea60 commit 61c198f

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,23 @@ AndroidDevTools
3333

3434
`http://sdk.gdgshanghai.com ` 端口:8000
3535

36+
4. 中国科学院开源协会镜像站地址:
37+
38+
* IPV4/IPV6: `http://mirrors.opencas.cn` 端口:80
39+
40+
* IPV4/IPV6: `http://mirrors.opencas.org` 端口:80
41+
42+
* IPV4/IPV6: `http://mirrors.opencas.ac.cn` 端口:80
43+
3644
**使用方法**
3745

3846
1. 启动 Android SDK Manager ,打开主界面,依次选择『**Tools**』、『**Options...**』,弹出『**Android SDK Manager - Settings**』窗口;
3947

40-
2. 在『**Android SDK Manager - Settings**』窗口中,在『**HTTP Proxy Server」和「HTTP Proxy Port**输入框内填入上面镜像服务器地址和端口,并且选中『**Force https://... sources to be fetched using http://...**』复选框。设置完成后单击『**Close**』按钮关闭『**Android SDK Manager - Settings**』窗口返回到主界面;
48+
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**』窗口返回到主界面;
4149

4250
3. 依次选择『**Packages**』、『**Reload**』。
4351

52+
<img src="static/image/sdk-manager-proxy-settings.png" width="40%" height="20%" alt="SDK Manager Proxy Settings">
4453

4554
####ADT Bundle
4655
ADT Bundle包含了Eclipse、ADT插件和SDK Tools,是已经集成好的IDE,只需安装好Jdk即可开始开发,推荐初学者下载ADT Bundle,不用再折腾开发环境。
@@ -70,6 +79,7 @@ ADT Bundle包含了Eclipse、ADT插件和SDK Tools,是已经集成好的IDE,
7079
####Android Studio
7180
| 版本号 | Windows | Mac OSX | Linux |
7281
|:------:|:--------------:|:-----------------:|:------------------:|
82+
| 1.2 Preview 2 | [下载][1.2-p2-win] | [下载][1.2-p2-mac] | [下载][1.2-p2-linux] |
7383
| 1.2 Preview 1 | [下载][1.2-p1-win] | [下载][1.2-p1-mac] | [下载][1.2-p1-linux] |
7484
| 1.1正式版 | [下载][1.1-win] | [下载][1.1-mac] | [下载][1.1-linux] |
7585
| 1.1 RC1 | [下载][1.1rc1-win] | [下载][1.1rc1-mac] | [下载][1.1rc1-linux] |
@@ -109,6 +119,10 @@ ADT Bundle包含了Eclipse、ADT插件和SDK Tools,是已经集成好的IDE,
109119
| 0.5.9 | [下载][0.5.9-win] | [下载][0.5.9-mac] | [下载][0.5.9-linux] |
110120
| 0.5.8 | [下载][0.5.8-win] | [下载][0.5.8-mac] | [下载][0.5.8-linux] |
111121

122+
[1.2-p2-win]:http://pan.baidu.com/s/1qWn0bqk
123+
[1.2-p2-mac]:http://pan.baidu.com/s/1jGEaFII
124+
[1.2-p2-linux]:http://pan.baidu.com/s/1o6Fo0iu
125+
112126
[1.2-p1-win]:http://pan.baidu.com/s/1sj6uAfz
113127
[1.2-p1-mac]:http://pan.baidu.com/s/1mgIGdio
114128
[1.2-p1-linux]:http://pan.baidu.com/s/1mgsrAXU
@@ -839,6 +853,8 @@ C/C++开发Android应用工具包,`Linux/Mac OS X 下NDK r10c`的安装方法请
839853
| JD-GUI Decompiler | [下载][JD-GUI Decompiler] | |
840854
| XJad V2.2 | [下载][XJad V2.2] | |
841855
| Android APK Decompiler | [下载][Android APK Decompiler] | 在线反编译工具 |
856+
| JADX - Dex to Java decompiler | [下载][JADX] | |
857+
| dex2jar | [下载][dex2jar] | |
842858

843859
[JEB]:http://www.android-decompiler.com/index.php
844860
[Virtuous Ten Studio]:http://virtuous-ten-studio.com
@@ -854,6 +870,8 @@ C/C++开发Android应用工具包,`Linux/Mac OS X 下NDK r10c`的安装方法请
854870
[JD-GUI Decompiler]:http://
855871
[XJad V2.2]:http://files.cnblogs.com/arix04/XJad_V2.2.rar
856872
[Android APK Decompiler]:http://www.decompileandroid.com/
873+
[JADX]:https://github.com/skylot/jadx
874+
[dex2jar]:https://code.google.com/p/dex2jar/
857875

858876
#### 安全工具
859877

@@ -1273,6 +1291,10 @@ C/C++开发Android应用工具包,`Linux/Mac OS X 下NDK r10c`的安装方法请
12731291

12741292
地址1:[https://github.com/codeset/google-java-styleguide](https://github.com/codeset/google-java-styleguide)
12751293

1294+
#### Android Developers 国内镜像站
1295+
1296+
地址: [Android Developers 国内镜像站](http://androiddoc.qiniudn.com/)
1297+
12761298
#### Android Api中文版
12771299
地址:[http://wikidroid.sinaapp.com/Android中文API](http://wikidroid.sinaapp.com/Android中文API))
12781300

@@ -1540,18 +1562,22 @@ Gradle 1.12用户指南:[http://pan.baidu.com/s/1dD7sC2d](http://pan.baidu.com
15401562
| Reflector | | [下载][Reflector] | |
15411563
| x-Mirage | | [下载][x-Mirage] | |
15421564
| AirServer | | [下载][AirServer] | |
1565+
| BBQScreen | | [下载][BBQScreen] | |
15431566

15441567
[Reflector]:http://www.airsquirrels.com/reflector/download/
15451568
[x-Mirage]:http://x-mirage.com/x-mirage/
15461569
[AirServer]:http://www.airserver.com
1570+
[BBQScreen]:http://screen.bbqdroid.org
15471571

15481572
#### Gif图片录制工具
15491573

15501574
| 名称 | 简介 | 下载地址 | 使用教程 |
15511575
|:-----------------|------------------|:--------------------------:|:---------------:|
15521576
| LICEcap | | [下载][LICEcap] | |
1577+
| GifCam | | [下载][GifCam] | |
15531578

15541579
[LICEcap]:http://www.cockos.com/licecap/
1580+
[GifCam]:http://blog.bahraniapps.com/gifcam/
15551581

15561582
## UI Programming Language
15571583

101 KB
Loading

0 commit comments

Comments
 (0)