This message was deleted.
# community-support
s
This message was deleted.
v
I never liked that hint to get help from Gradle tbh. That hint is basically just useful for people actually writing the build and having problems. Not really for people executing a build and having problems with that. Your build is executing
aidl.exe
with some arguments and the call does not complete successfully. This has nothing at all to do with Gradle. Maybe you get more information if you execute with
-i
to maybe get the actuall error displayed, as what you showed does not show the actual error. Maybe it is also available in that log file the error message mentions. If all does not help, maybe execute the aidl command with the shown arguments manually to maybe see what the actual error is.
m
Okay, yes, the issue had nothing to do with Gradle, I managed to fix it without touching anything related to Gradle 😅 Thank you for your help, I'm sorry for taking your time 🙏
v
don't worry 🙂