Google maps API not supported by android

Asked

Viewed 17 times

-1

When I try to virtualize android to start with Google Maps give this error:

won’t run without Google Play Services, which are not supported by your device.

If someone can help me , I’m already 4 days with my project stopped trying to revolve this , and nothing.

OBS: I’m new to android.

  • You have implemented play services in build?

1 answer

0

apply plugin: 'com.android.application'

android { compileSdkVersion 26 defaultConfig { applicationId "com.example.Tiago.mapas3" minSdkVersion 14 targetSdkVersion 26 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.Androidjunitrunner" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-Rules.pro' } } productFlavors { } }

dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'com.android.support:appcompat-v7:26.1.0' implementation 'com.android.support:design:26.1.0' implementation 'com.android.support.Constraint:Constraint-layout:1.1.3' itemplementation 'com.google.android.gms:play-services-maps:16.0.0'

stImplementation 'junit:junit:4.12'

}

Browser other questions tagged

You are not signed in. Login or sign up in order to post.