Android SDK Win7 下安装记录

大原则:
Android开发者网站有详细的安装说明
 
手动方法:
1,安装Eclipse,注意版本
http://developer.android.com/sdk/installing/installing-adt.html
2,回避https的网络问题
If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons)
3,网络问题2:SDK Manager联网代理
修改Tools Option中的联网设置
4,更新SDK的权限问题
在Eclipse中按照提示更新SDK,经常提示没有访问权限,
需要找到SDK Manager程序,右键以管理员身份运行C:\Program Files\Android\android-sdk\SDK Manager.exe
5,无法移动Tools目录的问题
不知道什么原因Tools目录被其他程序访问,造成升级程序无法改变目录名,导致升级失败。
多次尝试失败后,切换到ubuntu下强行改变了目录。但真正原因还不清楚,欢迎知道的朋友指点!
 
最简单方法:
使用ADT Bundle
下载地址
http://developer.android.com/sdk/index.html
注意:只包含最新版本的SDK,其他版本需要另外下载安装
 
posted on 2013-03-19 13:55  大萝卜空心的  阅读(345)  评论(0编辑  收藏  举报