From last 3 days I\'m getting this error and have tried all i could. Can anyone help me correct it. I\'m using Android 3.0 and my sdk and Google play services are updated as wel
Do you have the latest multidex in your gradle dependencies ?
'com.android.support:multidex:1.0.1'
and add this
android { dexOptions { preDexLibraries = false } }