I have seen various versions of the dex erros before, but this one is new. clean/restart etc won\'t help. Library projects seems intact and dependency seems to be linked cor
Try adding below code in build.gradle, it worked for me -
compileSdkVersion 23 buildToolsVersion '23.0.1' defaultConfig { multiDexEnabled true }