, - , AIDL Gradle ( src/):
In Gradle, you need to put the AIDL file in src/main/aidl/so that it is automatically detected.
During build, the Java interface and stub implementation are then placed in build / generated / source / aidl / {debug, release} /, otherwise the information provided by Chirag Raval is still correct.
source
share