1.使用AIDL生成的文件在:android4.0/out/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/src/android/os下 2.錯(cuò)誤: Checking API: checkapi-last Checking API: checkapi-current out/target/common/obj/PACKAGING/public_api.txt:14760: error 3: Added class IHelloService to package android.os out/target/common/obj/PACKAGING/public_api.txt:14765: error 3: Added class IHelloService.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 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. ****************************** 這個(gè)與GOOGLE簽名相關(guān),執(zhí)行:make update-api就可以了。 |
|
來(lái)自: android之情殤 > 《android》