.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ファイルを開く、または参照するプログラム

カテゴリ: 開発者
更新日: 2019-11-14

検証者 FileInfo.com

FileInfo.comチーム は、このページに掲載されているAndroid Interface Definition Languageファイル形式とMac, Windows, and Linuxアプリについて独自に調査しました。 私たちの目標は100%の正確性であり、検証済みのファイルタイプに関する情報のみを公開しています。

このページへの追加や更新をご提案いただける場合は、お知らせください。