对于AIDL文件里面添加中文注释的,如果aidl文件为utf-8的,可能导致\build\generated\aidl_source_output_dir\debug\compileDebugAidl\out 下无法生产Java文件,或源文件内容为空
由于 aidl.exe 对 utf-8 支持的不好,把它切换GB2312 Convert转换下,重新 Make Project下ok了
相关文章:
对于AIDL文件里面添加中文注释的,如果aidl文件为utf-8的,可能导致\build\generated\aidl_source_output_dir\debug\compileDebugAidl\out 下无法生产Java文件,或源文件内容为空
由于 aidl.exe 对 utf-8 支持的不好,把它切换GB2312 Convert转换下,重新 Make Project下ok了
相关文章: