android { defaultConfig { ... minSdkVersion 21 <----- *here targetSdkVersion 26 multiDexEnabled true <------ *here } ... }