日期:2014-05-17 浏览次数:20703 次
?
直接到ubuntu官网下载for windows installed???? downloads 就行了,然后傻瓜安装。现在的ubuntu很强大,安装比什么都简单了,赞
?
2012-4-15 append..(增加在ubuntu上配置eclipse的android环境问题)
?
/** 在安装android的adt时候,可能遇到自身版本过高而导致的如下问题: requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found */ //adt在线安装 https://dl-ssl.google.com/android/eclipse/ //版本问题解决如下:
????????? Go to help
Web, XML, Java,...
" (the last name in list)?
??
/**查看ubuntu版本*/ uname -a uname -m /**如果是64位的,需要安装 ia32-libs 解决问题:unable to create the SD card during the process of building an AVD 引用:I just encountered the same problem. NONE of the SDK tools will run on 64-bit Ubuntu without installing ia32-libs (EXAMPLE: sudo apt-get install ia32-libs). */ sudo apt-get install ia32-libs /** 在环境变量中加入platform-tools和tools*/ // 1) 打开bashrc文件 sudo gnome-open ~/.bashrc // 2)在文件末尾加上 export PATH=${PATH}:/home/farlee/Applications/android-sdk-linux_x86/tools:/home/farlee/Applications/android-sdk-linux_x86/platform-tools //路径根据自己系统稍微修改下即可