make: *** [out/target/common/obj/PACKAGING/checkapi-current-timestamp] 错误 38 处理
时间:2014-02-25 12:44:29
收藏:0
阅读:651
在进行Android 源码编译的时候,出现"make: *** [out/target/common/obj/PACKAGING/checkapi-current-timestamp] 错误 38"信息,解决方法如下:
make update-api
make
就会成功。
原文:http://blog.csdn.net/pishum/article/details/19822609
评论(0)