I can’t build the project correctly after updating the version of Android Studio to version 1.3. I found in file gradle file error in line
compile 'com.android.support:multidex:1.0.1'
and he says
This support library should not use a lower version (1) than the targetSdkVersion (22)
but in my SDK folder I cannot find a higher version of multidex.
Is there any way to fix this?
source
share