Skip to content
Sections
>> Trisquel >> 套件 >> nabia >> devel >> aidl
etiona  ] [  etiona-security  ] [  etiona-updates  ] [  nabia  ] [  aramo  ]

套件: aidl (1:8.1.0+r23-1build1)

Binder generator of AIDL interfaces

aidl is a utility to generate Java and/or C++ code from Android's Android Interface Definition Language (AIDL). AIDL is similar to other IDLs you might have worked with. It allows you to define the programming interface that both the client and service agree upon in order to communicate with each other using interprocess communication (IPC). On Android, one process cannot normally access the memory of another process. So to talk, they need to decompose their objects into primitives that the operating system can understand, and marshall the objects across that boundary for you. The code to do that marshalling is tedious to write, so Android handles it for you with AIDL. This package provides two tools:

  * "aidl" which generates Java bindings.
  * "aidl-cpp" which generates C++ bindings.

For more info, see: https://developer.android.com/guide/components/aidl.html

其他與 aidl 有關的套件

  • 依賴
  • 推薦
  • 建議
  • dep: android-libbase
    Android base library
  • dep: libc6 (>= 2.11) [armhf]
    GNU C Library: Shared libraries
    同時作為一個虛擬套件由這些套件提供: libc6-udeb
    dep: libc6 (>= 2.14) [amd64]
  • dep: libgcc-s1 (>= 3.0) [amd64]
    GCC support library
    dep: libgcc-s1 (>= 3.5) [armhf]
  • dep: libstdc++6 (>= 5.2)
    GNU Standard C++ Library v3

下載 aidl

下載可用於所有硬體架構的
硬體架構 套件大小 安裝後大小 檔案
amd64 197.5 kB747 kB [文件列表]
armhf 169.9 kB476 kB [文件列表]