JonForShort / android-tools

Android tools built for Android devices.
Apache License 2.0
155 stars 26 forks source link

Aidl #24

Closed timscriptov closed 1 year ago

timscriptov commented 3 years ago

How used aidl binary?

pathToAIDL -I pathTo/framework.aidl pathToFolderAidlFiles

JonForShort commented 3 years ago

Hi @TimScriptov , here is an example of how I use it.

https://github.com/JonForShort/android-introspection/blob/master/source/android/vpn/src/main/cpp/aidl/update_aidl.sh#L5

This generates cpp source and headers from the AIDL file. Is this what you need to do?

timscriptov commented 3 years ago

Thx, Need generate aidl to java😅