您的位置:首页 > 其它

api更新

2013-09-24 17:37 225 查看
版权声明:本文为博主原创文章,遵循 CC 4.0 by-sa 版权协议,转载请附上原文出处链接和本声明。 本文链接:https://blog.csdn.net/sagaforget/article/details/84482786 当对framework开发之后,一些新的api我们需要更新对应的current.txt文件。

To make these errors go away, you have two choices:
1) You can add "@hide" javadoc comments to the methods, etc. listed in the
errors above.

2) You can update current.txt by executing the following command:
make update-api

To submit the revised current.txt to the main Android repository,
you will need approval.

对应的MTK的项目,我们需要执行的make update-api时要加上项目名称
例如:
make g255_base update-api

./mk g255_base update-api
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: