Android Multidex and support libraries
问题 I am getting issue with when i enable multidex. I am using Android studio, i am getting "Could not find class" on DrawerLayoutWidget. Here is the setup build.gradle apply plugin: 'com.android.application' android { compileSdkVersion 21 buildToolsVersion '21.1.0' defaultConfig { applicationId 'com.myapp' minSdkVersion 14 targetSdkVersion 21 multiDexEnabled true } } dependencies { compile 'com.android.support:appcompat-v7:21.+' compile 'com.android.support:support-v4:21.+' } activity_main.xml