修改环境变量:vi /etc/environment
vi ~/.bashrc
export PATH = "$PATH:/****"
注销
ubuntu安装android开发环境
-
- 帖子: 5
- 注册时间: 2012-02-21 17:36
ubuntu安装android开发环境
上次由 shenfeiw 在 2012-06-15 10:45,总共编辑 2 次。
- Cherrot
- 帖子: 981
- 注册时间: 2011-04-03 10:01
- 系统: Ubuntu 12.XX
- 来自: 帝都
- 联系:
Re: ubuntu安装android开发环境
哪还需要这么麻烦
直接去源里安装 openJDK 和 ia32-libs,
Android SDK解压即用
直接去源里安装 openJDK 和 ia32-libs,
Android SDK解压即用
Ubuntu技巧汇总http://wiki.ubuntu.org.cn/UbuntuSkills --你遇到的各种问题可能已经在里面了
我的技术博客http://www.cherrot.com
Code tells you how, comments should tell you why.
我的技术博客http://www.cherrot.com
Code tells you how, comments should tell you why.
- eexpress
- 帖子: 58428
- 注册时间: 2005-08-14 21:55
- 来自: 长沙
-
- 帖子: 5
- 注册时间: 2012-04-12 23:39
Re: ubuntu安装android开发环境
被墙了,之后是怎么解决的,求教
-
- 帖子: 7
- 注册时间: 2012-09-25 10:43
- 系统: 12.04
Re: ubuntu安装android开发环境
呃。。 家里的笔记 装了 挺顺利。
- zkwlx
- 帖子: 988
- 注册时间: 2009-10-09 12:54
- 系统: debian
- 来自: 北京某胡同
Re: ubuntu安装android开发环境
打开/etc/hosts文件,添加以下内容。xuhuoren 写了:被墙了,之后是怎么解决的,求教
#更新的内容从以下地址下载
203.208.46.146 dl.google.com
203.208.46.146 dl-ssl.google.com
然后强制使用http:
在SDK Manager下Tools->Options打开了SDK Manager的Settings,选中“Force https://… sources to be fetched using http://…”,强制使用http协议