Checking API: checkapi­-last make update-api

来源:互联网 发布:java没有jre 编辑:程序博客网 时间:2024/05/21 06:58

转自 http://www.360doc.com/content/12/1122/20/9462341_249616073.shtml

Checking API: checkapi­-last

Checking API: checkapi­-current

out/target/common/obj/PACKAGING/public_api.txt:14760: error 3: Added class IHelloServiceto package android.os

out/target/common/obj/PACKAGING/public_api.txt:14765: error 3: Added classIHelloService.Stub to package android.os

*****************************

You have tried to change the API from what has been previously approved.

To make these errors go away, you have two choices:

  1) You can add "@hide" javadoc comments to the methods, etc. listed in theerrors 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.

******************************

这个与GOOGLE签名相关,执行:make update-api就可以了。

0 0