前提,安装好jdk并配置好jdk相关设置
http://minghuang.blog.51cto.com/641280/1108613
1.下载 ADT-Bundle,安装不用说了吧
http://developer.android.com/sdk/index.html
QA:进入了 ~/下载 目录将下载的zip包cp到/opt下准备解压缩安装,发现操作文件夹需要root权限
解决方法如下,用root登陆ubuntu 12.04系统。
安装vim:sudo apt-get install vim
在终端窗口里面输入: sudo -s.然后输入普通用户登陆的密码,回车即可进入 root用户权限模式。
然后执行: vim /etc/lightdm/lightdm.conf.
增加 greeter-show-manual-login=true allow-guest=false . 修改完的整个配置文件是
[SeatDefaults]
greeter-session=unity-greeter
user-session=ubuntu
greeter-show-manual-login=true #手工输入登陆系统的用户名和密码
allow-guest=false #不允许guest登录
然后我们启动root帐号:
sudo passwd root
根据提示输入roott帐号密码。
重启ubuntu,登录窗口会有“登录”选项,这时候我们就可以通过root登录了。
---------------------------------------安装Eclipse ADT bundle
http://developer.android.com/sdk/index.html
adt-bundle-linux-x86_64-20131030.zip (自己找地儿下)
unzip adt-bundle-linux-x86_64-20131030.zip
-------------------------------------------------
启动模拟器发生如下错误:
Starting emulator for AVD 'Android-4.4'
/opt/adt-bundle-linux-x86_64-20131030/sdk//tools/emulator: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
sudo apt-get install lib32stdc++6
sudo apt-get install libncurses5-dev:i386
好像gcc也被卸载掉了,我又重装了gcc
sudo apt-get install gcc
-------------------------------安装ubuntu持续集成环境-----------------------------------
SVN
sudo apt-get install subversion
cd /home/huangming/svn/
svn co svn://xxxxx
svn 会提示输入密码,第一次输入错误会提示输入用户名和密码。检出成功后会
在该 svn 目录下生成相关文件
Maven
sudo apt-get install maven2
Ant
sudo apt-get install ant
将 maven-ant-tasks-version.jar 拷贝至 ant 安装后的目录/usr/share/ant/lib
目录下
-------------------------------安装eclipse svn插件------------------------------------
在线安装地址:
http://subclipse.tigris.org/update_1.8.x
windwos--->preferences--->ant-->Runtime (Ant Home)
指向路径为(sudo apt-get install ant 安装的默认路径):/usr/share/ant
--------------------------------安装Eclipse maven2插件--------------------------
在线安装地址:
http://download.eclipse.org/technology/m2e/releases
https://repository.sonatype.org/content/repositories/forge-sites/m2e-extras/0.14.0/N/0.14.0.201109270543/
windwos--->preferences--->maven-->installations
增加一个installations(apt-get install maven2默认路径):/usr/share/maven2
---------------------------------------安装 ant-ext-lib---------------
cp ant-ext-lib.zip /usr/share/
cd /usr/share/
#清单文件如下
root@huangming-PC:~/下载# cd ant-ext-lib
root@huangming-PC:~/下载/ant-ext-lib# ls
ant-contrib-1.0b3.jar
com.csc.task.jar
maven-ant-tasks-2.1.3.jar
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar
org.eclipse.core.jobs_3.5.0.v20100515.jar
org.eclipse.core.resources_3.6.0.v20100526-0737.jar
org.eclipse.core.runtime-3.6.0.v20100505.jar
org.eclipse.equinox.common_3.6.0.v20100503.jar
org.eclipse.equinox.preferences_3.3.0.v20100503.jar
org.eclipse.jdt.core_3.6.0.v_A58.jar
org.eclipse.osgi_3.6.0.v20100517.jar
svnkit.jar
windwos--->preferences--->ant-->Runtime(ant home entries)---->add External Jars
所用软件微云下载地址:http://url.cn/UAHIna