Android 手机操作系统
分页: 1/1 第一页 1 最后页 [ 显示模式: 摘要 | 列表 ]
1
得到Android源码。
Tags: | 引用(0)
0
【看和做永远是两回事】

看似非常简单的配置,总是问题多多。开始使用IDEA 7.0.3配置Android开发环境,找遍方法也没有成功。但是自己依然不想放弃熟悉一下Android的机会。开始使用Eclipse作为环境来试试,可是看似非常简单的配置过程,也麻烦重重。

1:正常按照 google的安装说明 http://code.google.com/android/intro/installing.html 就可以,我不多说。
2:出现的问题是什么呢,在使用国内的网络连接处理这步
引用

Start Eclipse, then select Help > Software Updates....
In the dialog that appears, click the Available Software tab.
Click Add Site...
Enter this as the Location:
https://dl-ssl.google.com/android/eclipse/
Click OK.
Back in the Available Software view, you should see the plugin. Select the checkbox next to Developer Tools and click Install...
On the subsequent Install window, "Android Developer Tools", and "Android Editors" should both be checked. The Android Editors feature is optional, but recommended. If you choose to install it, you need the WST plugin mentioned earlier in this page.
Click Finish.
Restart Eclipse.


的时候会出现Android eclipse plugin site not reachable的情况,这是国内防火墙的问题,经过论证,使用英国的代理可以搞定。进入地址:http://www.proxycn.com/html_proxy/countryUK-1.html 可以找到合适的代理。
3:安装完成时候可能会提示wst不存在的问题,记住安装或者使用eclipse安装这个插件。
分页: 1/1 第一页 1 最后页 [ 显示模式: 摘要 | 列表 ]