我目前正在使用 Linux 终端,每次尝试保存aidl 文件时,它都会将其保存为文本文件。
我也尝试转换文件,但它不适用于aidl 扩展:(
mv IRemoteService IRemoteService.htm
l (成功转换为HTML文件)
mv IRemoteService IRemoteService.aidl
(仍然保存为txt文件)
当我尝试使用上述文件 (IRemoteService.aidl) 构建项目时,出现以下错误:
interface IRemoteService should be declared in a file called com/service/IRemoteService.aidl.
我对 Linux 比较陌生,因此不知道是否有一种有效/更简单的方法来实现这一点。请指教。