Haya Raed
Haya Raed

Reputation: 6221

unable to resolve/implement onMapReadyCallBack interface

I have updated the Google Repository but it didn't help and i have added the dependency which has resulted in the build error ... I am stuck .. I need to implement this interface because I want to use the getMapAsync() method and use mapview...

Please assist me in this .. I have searched for similar errors and usually installing he Repository or adding the dependency helped ..but when I added the dependency I got this error

Error:(47, 13) Failed to resolve: com.google.android.gms:play-service:+ Install Repository and sync project
Show in File
Show in Project Structure dialog

enter image description here

Upvotes: 0

Views: 310

Answers (1)

Haya Raed
Haya Raed

Reputation: 6221

the dependency 'com.google.android.gms:play-services-maps:8.3.0' should be added to the project

Upvotes: 1

Related Questions