IMPORTANT: this library has been superseded by buildToolsVersion 21.1.0 The steps for multidexing if you are using 21.1.0 or higher is: android { compileSdkVersion 21 buildToolsVersion "21.1.0" defaultConfig { ... minSdkVersion 14 targetSdkVersion 21 ...