After adding compile \'com.android.support:support-v13:21.0.+\' to build.gradle, I had some conflicts on building my app, so I had to add m
compile \'com.android.support:support-v13:21.0.+\'
build.gradle
Yes,update to multidex 1.0.2 and add Mulitidex.install(this) to the class extending application