I use Android Studio to develop an application and I face this error which I have no idea how to solve.
com.android.dex.DexIndexOverflowException: met
set multiDex in your gradle
defaultConfig { // ... multiDexEnabled true }
it's work for me.