Uncompiled PNG file passed as argument. Must be compiled first into .flat file.. error: failed parsing overlays.(Solved)

for now in your top-level gradle.properties file add this line:

 android.enableAapt2=false 
which essentially uses the old aapt for resources.

for more follow this link GitHub

Comments