论坛首页 移动开发技术论坛

Android SDK+Eclipse开发环境搭建

浏览 21013 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (9) :: 隐藏帖 (0)
作者 正文
   发表时间:2011-07-01  
tianly0817 写道
ismyhotG 写道
几个小时?楼主说的是加上了下载所需要的时间吗?最好说明一下,负责会吓跑准备进军android的各位同仁

几个小时,是之前对Android环境搭建完全不了解的情况下,自己摸索搭建花的时间,如果熟悉,很快的

是的,我在个人电脑上第一次安装+下载用了2个多小时,不熟悉+网速不给力,后来到公司部署,10分钟搞定。
0 请登录后投票
   发表时间:2011-07-03  
SDK下载地址,按照LZ的提示,发现下载不了,在Google上查找到一些常用的SDK下载地址,如下:

Windows

USB DRIVERS
http://dl.google.com/android/repository/usb_driver_r03-windows.zip

PLATFORM 1.1 REVISION 1
http://dl.google.com/android/repository/android-1.1_r1-windows.zip

PLATFORM 1.5 REVISION 4
http://dl.google.com/android/repository/android-1.5_r04-windows.zip

PLATFORM 1.6 REVISION 3
http://dl.google.com/android/repository/android-1.6_r03-windows.zip

PLATFORM 2.0 REVISION 1
http://dl.google.com/android/repository/android-2.0_r01-windows.zip

PLATFORM 2.0.1 REVISION 1
http://dl.google.com/android/repository/android-2.0.1_r01-windows.zip

PLATFORM 2.1 REVISION 2
http://dl.google.com/android/repository/android-2.1_r02-windows.zip

PLATFORM 2.2 REVISION 2
http://dl.google.com/android/repository/android-2.2_r02-windows.zip

SDK TOOLS REVISION 6
http://dl.google.com/android/repository/tools_r06-windows.zip


Mac

PLATFORM 1.1 REVISION 1
http://dl.google.com/android/repository/android-1.1_r1-macosx.zip

PLATFORM 1.5 REVISION 4
http://dl.google.com/android/repository/android-1.5_r04-macosx.zip

PLATFORM 1.6 REVISION 3
http://dl.google.com/android/repository/android-1.6_r03-macosx.zip

PLATFORM 2.0 REVISION 1
http://dl.google.com/android/repository/android-2.0_r01-macosx.zip

PLATFORM 2.0.1 REVISION 1
http://dl.google.com/android/repository/android-2.0.1_r01-macosx.zip

PLATFORM 2.1 REVISION 2
http://dl.google.com/android/repository/android-2.1_r02-macosx.zip

PLATFORM 2.2 REVISION 2
http://dl.google.com/android/repository/android-2.2_r02-macosx.zip

SDK TOOLS REVISION 6
http://dl.google.com/android/repository/tools_r06-macosx.zip


Linux

PLATFORM 1.1 REVISION 1
http://dl.google.com/android/repository/android-1.1_r1-linux.zip

PLATFORM 1.5 REVISION 4
http://dl.google.com/android/repository/android-1.5_r04-linux.zip

PLATFORM 1.6 REVISION 3
http://dl.google.com/android/repository/android-1.6_r03-linux.zip

PLATFORM 2.0 REVISION 1
http://dl.google.com/android/repository/android-2.0_r01-linux.zip

PLATFORM 2.0.1 REVISION 1
http://dl.google.com/android/repository/android-2.0.1_r01-linux.zip

PLATFORM 2.1 REVISION 2
http://dl.google.com/android/repository/android-2.1_r02-linux.zip

PLATFORM 2.2 REVISION 2
http://dl.google.com/android/repository/android-2.2_r02-linux.zip

SDK TOOLS REVISION 6
http://dl.google.com/android/repository/tools_r06-linux.zip



Google API's

http://dl.google.com/android/repository/google_apis-3-r03.zip

http://dl.google.com/android/repository/google_apis-4_r02.zip

http://dl.google.com/android/repository/google_apis-5_r01.zip

http://dl.google.com/android/repository/google_apis-6_r01.zip

http://dl.google.com/android/repository/google_apis-7_r01.zip

http://dl.google.com/android/repository/google_apis-8_r02.zip
0 请登录后投票
   发表时间:2012-04-02  
我搞了好久搞不好,按照你们说的步骤全都不行
eclipse本来就有,3.7,不用下载了,然后下载android sdk,设置环境变量,cmd测试没问题
然后安装adt,用eclise的install new software,fetching到10%,报错,连接不到,不管用https还是http都不行
那就用离线的吧,从google上把ADT-17.0.0.zip下载下来,然后还是install new software,点Archive选择zip,然后报错:Unable to read repository at jar:file:/C:/Users/lenovo/Desktop/ADT-17.0.0.zip/content.xml.
ADT是我从官网刚下载下来,一点儿都没动
那就用SDK Manager安装platform吧,报错:Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: File not found

那就设置option把Force https://... sources to be fetched using http://
还是一样的错,得!platform我也手动下载,解压放到sdk下面的platforms里面
好了,模拟器可以运行了,新建项目,还是报错,这个错我没记,建不了项目
0 请登录后投票
   发表时间:2012-04-02   最后修改:2012-04-02
Android不是不好学,主要是兴趣,只要你有兴趣,估计就差不多了
0 请登录后投票
   发表时间:2012-04-02  
q420309528 写道
我搞了好久搞不好,按照你们说的步骤全都不行
eclipse本来就有,3.7,不用下载了,然后下载android sdk,设置环境变量,cmd测试没问题
然后安装adt,用eclise的install new software,fetching到10%,报错,连接不到,不管用https还是http都不行
那就用离线的吧,从google上把ADT-17.0.0.zip下载下来,然后还是install new software,点Archive选择zip,然后报错:Unable to read repository at jar:file:/C:/Users/lenovo/Desktop/ADT-17.0.0.zip/content.xml.
ADT是我从官网刚下载下来,一点儿都没动
那就用SDK Manager安装platform吧,报错:Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: File not found

那就设置option把Force https://... sources to be fetched using http://
还是一样的错,得!platform我也手动下载,解压放到sdk下面的platforms里面
好了,模拟器可以运行了,新建项目,还是报错,这个错我没记,建不了项目

需要fanqiang安装 因为Failed to fetch URL http://,下载个fanqiang软件就行了
0 请登录后投票
论坛首页 移动开发技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics