摘要: 转:http://blog.csdn.net/chengzhaoan2010/article/details/7893051Android2.2|-- Makefile|-- bionic (bionic C库)|-- bootable (启动引导相关代码)|-- build (存放系统编译规则及generic等基础开发包配置)|-- cts (Android兼容性测试套件标准)|-- dalvik (dalvik JAVA虚拟机)|-- development (应用程序开发相关)|-- external (android使用的一些开源的模... 阅读全文
posted @ 2013-09-01 19:47 ronabinho 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 突然想说更新一下源码。然后直接使用repo sync发现出错。error: .repo/manifests/: contains uncommitted changes于是乎网上找答案。贴一个解决办法。。网友解决办法:richi 大虾:to recover any uncommitted change, you should use 'git stash' and 'git clean -f -d'for example: if you find it say there are uncommitted changes in .repo/manifests, y 阅读全文
posted @ 2013-09-01 16:34 ronabinho 阅读(197) 评论(0) 推荐(0) 编辑