this is my build.gradle file:
click to see screenshot
and my error :
Error:Execution failed for task ':app:compileDebugAidl'. com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'D:\dev\sdk\build-tools\22.0.1\aidl.exe'' finished with non-zero exit value 1
how can I fix this error?
Run Gradle with debug enabled (e.g. gradlew build --debug
) to see the actual reason.
Common issues include:
After a lot of search I found solution
Because of we copied IInAppBillingService.aidl file from trivial drive project into our project.
The package name of that file is not changed according to our project so we need to manually change the package name of IInAppBillingService.aidl file which is written at the first line of the file.
This solve the problem of **aidl.exe finished with non-zero exit value 1 **
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With