android-tools
android-tools copied to clipboard
Aidl
How used aidl binary?
pathToAIDL -I pathTo/framework.aidl pathToFolderAidlFiles
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?
Thx, Need generate aidl to java😅