2013年4月7日

compile the source code for specific device

摘要: http://www.cnblogs.com/loulijun/archive/2012/3/6.htmlproguard.cfg (No such file or directory)When you create a project in Android. you may encounter such a problem. then search it and copy it to the suitable directory (/home/ghostli123/bravo/out/host/linux-x86/sdk/android-sdk_eng.ghostli123_linux-x8 阅读全文

posted @ 2013-04-07 00:51 ghostli123 阅读(164) 评论(0) 推荐(0) 编辑

2013年4月6日

Degrade ADT in Eclipse

摘要: If you would like to work on an low version ADT, you may degrade your ADT.Eclipse->Help->About Eclipse Platform->Installation Details->Unstall all Android relevant itemsDownload ADT for your SDK version.Install ADT as the offline mode.It's OK.If a project is created with the error pr 阅读全文

posted @ 2013-04-06 11:16 ghostli123 阅读(147) 评论(0) 推荐(0) 编辑

2013年4月3日

adb push framework.jar /system/framework

摘要: adb remountghostli123@ghostli123-HP-Pro-3380-MT:~/WORKING_DIRECTORY/out/target/product/generic/system/framework$ adb push framework.jar /system/frameworkhttp://www.eoeandroid.com/thread-62840-1-1.htmlhttp://www.eoeandroid.com/thread-54941-1-1.html 阅读全文

posted @ 2013-04-03 23:05 ghostli123 阅读(670) 评论(0) 推荐(0) 编辑

2013年4月1日

To create multiple simulators

摘要: right click a certain project->run as->run configuration->target(in the right window)->maximize the window->manager->new 阅读全文

posted @ 2013-04-01 22:33 ghostli123 阅读(104) 评论(0) 推荐(0) 编辑

Android Lint erroneously thinks min SDK version is 1

摘要: http://stackoverflow.com/questions/10322482/android-lint-erroneously-thinks-min-sdk-version-is-1 阅读全文

posted @ 2013-04-01 21:18 ghostli123 阅读(167) 评论(0) 推荐(0) 编辑

some errors occured when I make sdk

摘要: . build/envsetup.shlunch eng-sdkmake sdk在编译过程中出现错误信息包含以下内容:usr/share/pc-bios/bios.bin ………… tools/lib/pc-bios/bios.binusr/share/pc-bios/vgabios-cirrus.bin ………… tools/lib/pc-bios/vgabios-cirrus.bin说明在路径:~/Android_Src/out/host/linux-x86/usr/share下找不到pc-bios文件夹,并不是在本机系统目录/usr/share……下找不到该文件夹,本机系统这... 阅读全文

posted @ 2013-04-01 21:12 ghostli123 阅读(285) 评论(0) 推荐(0) 编辑

2013年3月24日

to clear the temporary file in windows

摘要: start->run->%temp%->delete all 阅读全文

posted @ 2013-03-24 20:48 ghostli123 阅读(133) 评论(0) 推荐(0) 编辑

2013年3月21日

wine Program File

摘要: http://zhidao.baidu.com/question/140460269.html 阅读全文

posted @ 2013-03-21 20:42 ghostli123 阅读(131) 评论(0) 推荐(0) 编辑

command

摘要: [root@linux ~]# tar -cvf /tmp/etc.tar /etc 删除一个非空目录下的一切df -h 查看磁盘大小create virtual link to an command进入eclipse执行文件文件夹,假设可执行文件名为eclipse执行命令 ln -s eclipse /usr/bin/eclipse即可tar示例三:将 /tmp/etc.tar.gz 文件解压缩在 /usr/local/src 底下[root@linux ~]# cd /usr/local/src[root@linux src]# tar -zxvf /tmp/etc.tar.gz 阅读全文

posted @ 2013-03-21 15:27 ghostli123 阅读(160) 评论(0) 推荐(0) 编辑

compile Android cm10.1

摘要: http://forum.xda-developers.com/showthread.php?t=2047981If the source code is copied from hard disk, please 'chmod 777 cm10.1 -R', then go compile.mm bravo 阅读全文

posted @ 2013-03-21 14:32 ghostli123 阅读(150) 评论(0) 推荐(0) 编辑

导航