Every thing work fine before setting
minifyEnabled true
and
shrinkResources true
Afte
Two solutions
Use the following classpath. (I was getting this error when i was using the version 2.3.2.)
classpath 'com.android.tools.build:gradle:2.2.2'
Disable the split apk option for a temporary fix if you can't change the classpath version.