-2

I'm very new to programming. After adding Google Maps Activity I am getting this error with my manifest file. I've tried everything I could but its proving difficult.

thanks in advance

here my android manifest file

Maher Abuthraa
  • 17,493
  • 11
  • 81
  • 103

1 Answers1

0

The error is because of gradle try using location google service com.google.android.gms:play-services-location:10.2.1and com.google.android.gms:play-services-maps:10.2.1instead of compile 'com.google.android.gms:play-services:10.2.1'

Aniket Jadhav
  • 166
  • 11