在进行Android 源码编译的时候,出现"make: *** [out/target/common/obj/PACKAGING/checkapi-current-timestamp] 错误 38"信息,解决方法如下:
make update-api
make
就会成功。
make: *** [out/target/common/obj/PACKAGING/checkapi-current-timestamp] 错误 38 处理
原文:http://blog.csdn.net/pishum/article/details/19822609