.AIDL 文件扩展名

Android Interface Definition Language File

开发者 Google
受欢迎程度
4.0  |  11 
 

什么是 AIDL 文件?

An AIDL file is used by Android app developers to enable communication between different apps. It contains Java source code that defines an interface, or contract, for how apps can communicate with each other.

更多信息

AIDL is an implementation of the Interprocess Communication (IPC) protocol provided by Android. It allows one application to communicate with another application running in a different process. The AIDL implementation was developed to alleviate the time burden on developers who would otherwise have to create code for marshaling objects across process boundaries.

After creating the AIDL file, you should save your AIDL file in the src/​ directory of your project. When you build your application, an "IBinder" interface file with a ".java" extension will be generated in your project's gen/​ directory. The .JAVA file will bear the same filename as the AIDL file from which it was created.

常见 .AIDL 文件名

IInAppBillingService.aidl - The Android open source in-app billing (IAB) interface provided by Google for incorporating in-app billing in your app.

使用File Viewer Plus打开 400 多种文件格式。免费下载

可打开或引用 AIDL 文件的程序

Chrome OS
操作系统自带
分类: 开发者
更新时间: 2019-11-14

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的 Android Interface Definition Language 文件格式和 Mac, Windows, and Linux 应用。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们