This is a follow up question to this question:
Update Android Support Library to 23.2.0 cause error: XmlPullParserException Binary XML file line #17 tag re
If the issue is in release app version. This solved for my release. I think because if you put shrinkResources true the drawable folders created does not have the drawable files.
shrinkResources true
{ .. minifyEnabled true shrinkResources false }