App not launching with multidexEnabled true in android studio - Famous 65k reference method
问题 Earlier I was using Eclipse IDE and as I have used lot of library from Amazon I started getting 65K method reference error. SO I shifted from Eclipse to Android studio latest preview channel version. My gradle looks like : apply plugin: 'com.android.application' android { packagingOptions { exclude 'META-INF/LICENSE' } signingConfigs { xxx { keyAlias 'xxx' keyPassword 'xxx' storeFile file('path') storePassword 'xxx' } } compileSdkVersion 22 buildToolsVersion "22.0.1" defaultConfig {