build.gradle
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:24.1.1'
compile 'com.google.android.gms:play-services-maps:9.4.0'
}
I referred to the following article. http://stackoverflow.com/questions/38152192/android-studio-why-am-i-getting-multi-dex-error-on-brand-new-google-maps-api-pr
If you use the default template, you will get an error, or Google will be too sadistic.
Recommended Posts