摘要: android中的一个应用程序可以单独编译,编译后要重新生成system.img在源码目录下执行  . build/envsetup.sh (.后面有空格)就多出一些命令:  - croot: Changes directory to the top of the tree.  - m: Makes from the top of the tree.  - mm: Builds all of th... 阅读全文
posted @ 2010-10-16 13:18 philander 阅读(2695) 评论(0) 推荐(0) 编辑
摘要: 引用地址:http://hi.baidu.com/324280429/blog/item/4c33e9a4da1bd4fc9052eeda.html/cmtid/4f71a7065eed117503088164下面,从官方文档总结出具体怎样用eclipse来开发android源码1、建立基本的android开发环境请参考官方文档或<>2、编译android源码android源码根目录下... 阅读全文
posted @ 2010-10-16 12:42 philander 阅读(1133) 评论(0) 推荐(0) 编辑
摘要: 引用地址:http://blog.csdn.net/urecvbnkuhBH_54245df/archive/2010/07/25/5764931.aspx1、安装apk文件出现相应的错误(1)提示错误OLDER_SDK,这表明现有的android的sdk版本太低,应该使用较高版本的sdk。(2)提示错误UPDATE_INCOMPATIABLE,这表明apk与现有的sdk存在兼容性上的冲突,可以检... 阅读全文
posted @ 2010-10-16 12:07 philander 阅读(620) 评论(1) 推荐(0) 编辑