【Android】ant编译aidl的错误

使用ant编译Android应用程序工程时,出现的错误:

错误信息(Cygwin):

[aidl] This application has requested the Runtime to terminate it in an unusual way. 
[aidl] Please contact the application‘s support team for more information.

错误信息(Linux):

[aidl] terminate called after throwing an instance of ‘std::logic_error‘
[aidl] what(): basic_string::_S_construct null not valid

 

解决方法:

请检查你的 src/**/*.aidl 中是否缺少一行 "package xxx.yyy.zzz;"。

 

问题总结:

代码中小小的Bug,花费了整整一天多的时间去排查,可见代码审查是多么的重要。。

【Android】ant编译aidl的错误,,5-wow.com

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。