Skip to content

Instantly share code, notes, and snippets.

@Tahmeed156
Last active April 7, 2019 12:39
Show Gist options
  • Save Tahmeed156/7b10806b49cf760e2469ab931d5c9376 to your computer and use it in GitHub Desktop.
Save Tahmeed156/7b10806b49cf760e2469ab931d5c9376 to your computer and use it in GitHub Desktop.
Errors during executing 'gradlew assembleRelease'
Errors like :
Execution failed for task ':app:processReleaseResources'.
> Failed to execute aapt
OR
error: uncompiled PNG file passed as argument. Must be compiled first into .flat file
...
android.enableAapt2=false
...
@Tahmeed156
Copy link
Author

Now this works ... :|
...
org.gradle.configureondemand=true
...
put in gradle.properties

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment