随笔分类 - Android
摘要:在命令行输入: emulator -help,即可显示emulator支持的所有命令。 Android Emulator usage: emulator [options] [-qemu args] options: -sysdir <dir> 在目录<dir>中搜索system.img -syst
阅读全文
摘要:http://www.elecfans.com/emb/xitong/20100608219051.html?v=pc
阅读全文
摘要:参考http://book.51cto.com/art/201302/380026.htm Linux版的Android SDK没有提供可视化的AVD Manager管理工具,创建AVD可以使用android命令。在终端提示符下输入"android list targets"列出本机已经下载好的SD
阅读全文
摘要:eclipse 弹出 Version 1.4.2_03 of the JVM not suitable for this product.Version1.6or geeater is requir 原因jdk版本过低,需更换高版本 ADT-bundle-linux-X86 解压后有两个文件夹ecl
阅读全文
摘要:参考链接http://fhqdddddd.blog.163.com/blog/static/18699154201401722649441/ /lib/libc.so.6: version `glibc_2.7′ not found 必须注意的是,几乎所有的应用程序都依赖于glibc的动态库,重新编
阅读全文
摘要:转帖地址下载glibcwget http://ftp.gnu.org/gnu/glibc/glibc-2.3.2.tar.gz下载glibc-linuxthreadswget http://ftp.gnu.org/gnu/glibc/glibc-linuxthreads-2.3.2.tar.gz解压
阅读全文
摘要:http://developer.android.com/sdk/index.html https://code.google.com/p/android/downloads/list?can=1&q=
阅读全文
摘要:从安装操作系统到编译程序结束,过程大致如下。 1. Ubuntu Linux操作系统安装软件包。使用 Ubuntu 14.04 Desktop系统.安装Linux系统到VMWare虚拟机上。 2. 完成Linux的安装,设置根密码$ sudo passwd root 3. 在Linux桌面安装的SS
阅读全文