问题描述
我是非洲和我们地区的学生,实际上存在缓慢而昂贵的互联网连接,这就是为什么当我们听到安装软件的在线存储库一词时,恐惧会颤抖。这个通常意味着你必须去别的地方。
这个问题(我不能安装android而不连接eclipse到互联网) p>
可以将各个组件手动下载为.zip文件,但没有办法将其安装到android中,例如我已经设法下载
- platform-tools_r03-windows
- android-sdk_r10-windows
- 等
如果有人实际上安装了没有连接eclipse到互联网的android,请让我们知道你使用的魔法感谢提前:)
编辑:
如果有人仍然感兴趣,请查看
,并确保您的文件夹结构如
对于 SDK 和平台工具,您可以只提取zip内容,Eclipse在这里无关。
对于 Eclipse ADT 插件:
- 从
- 帮助 - > 安装新软件 - > 添加
- 选择存档,然后提供zip文件的位置
这些步骤在文档。
i am a student in africa and in our land, there actually exist slow and expensive internet connections, which is why we tremble in fear whenever we hear the word "online repository" method of installing software. Damn, that usually means you have to look elsewhere.
The problem.(i cant install android without connecting eclipse to the internet)
It is possible to manually download individual components as .zip files but there is no way of installing them into android eg i have managed to download
- platform-tools_r03-windows
- android-sdk_r10-windows
- etc
This qn has 10k views(meaning 10k people had a similar problem)
webpage sudgesting solution that failed to work on windows seven ultimate
If someone has actually ever installed android without connecting eclipse to the internet, please let us know the magic you used. Thanks in advance :)
EDIT:
if someone out there is still interested check out http://qdevarena.blogspot.com/2010/05/download-android-sdk-standalone-for.htmland make sure your folder structure is as shown in http://developer.android.com/sdk/installing.html
For SDK and platform tools you can just extract the zip content, Eclipse has nothing to do here.
For Eclipse ADT plugin:
- Download the zip file from http://dl.google.com/android/ADT-10.0.1.zip
- Help -> Install New Software -> Add
- Select Archive and then provide the location of the zip file
These steps are clearly explained in Eclipse ADT documentation.
这篇关于安装android离线很难[过时]的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!