android-tools icon indicating copy to clipboard operation
android-tools copied to clipboard

Aidl

Open timscriptov opened this issue 4 years ago • 2 comments

How used aidl binary?

pathToAIDL -I pathTo/framework.aidl pathToFolderAidlFiles

timscriptov avatar Jun 02 '21 18:06 timscriptov

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?

JonForShort avatar Jul 25 '21 20:07 JonForShort

Thx, Need generate aidl to java😅

timscriptov avatar Jul 25 '21 21:07 timscriptov