1.
http://blog.chinaunix.net/uid-29494667-id-4361842.html
修改framework/base下面的api要注意更新api/current.txt文件
需要修改frameworks/base/下的代码,请注意 :
如果修改了Android原有API的 ,需要update frameworks/base/api/current.txt。否则编译被中断并出现编译错误提示。
可以通过运行 make update-api 后,自动更新此文件,检查确认正确后,跟代码一起提交即可。
http://blog.sina.com.cn/s/blog_4ad8d46c0102vjyj.html
解决办法:
项目根目录下执行:make update-api
执行完毕,回到frameworks/base/目录,执行 git status,发现api/current.txt有更新,将该更新提交。
完美解决问题。
2.frameworks\device\rockchip\rk30sdk\device.mk