Unity and Gradle
Hey,
I am attempting to add some post processing to Unity so that when it exports its Google Android Project into a format that would immediately be able to be build using the Gradle build system and I am running into some road blocks.
Does anyone have experience with this sort of thing, my current issue is my apps iml file which has a line
<afterSyncTasks>
<task>generateDebugSources</task>
</afterSyncTasks>
but I get the issue:
Error:FAILURE: Build failed with an exception.
What went wrong: Task 'generateDebugSources' not found in project ':app'.
Try: Run gradle tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Thanks for your time.
Your answer

Follow this Question
Related Questions
Animator not working on android (script generated animation clip) 0 Answers
App Runs fine after "Build and Run" but freezes when installed from APK 0 Answers
Android build error 1 Answer
Android Build Just Closes, No Crash Error 0 Answers
Why does disconnecting my phone from my pc change the game version saved on my phone? 0 Answers