Error:(6, 1) error: GoogleMap is already defined in this compilation unit while building project from android studio.
How to fix this problem
This is the dependencies i used
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.google.android.gms:play-services-maps:7.8.0'
}