What does this error message mean? I don\'t have duplicated packages in my project
Error:Execution failed for task \':SimpleReader:processDebugResourc
Try removing compile project(':libraries:googleplayservices') or compile 'com.google.android.gms:play-services:4.2.42'. I am pretty sure they are the same library.
compile project(':libraries:googleplayservices')
compile 'com.google.android.gms:play-services:4.2.42'