Reputation: 14995
I have an android xamarin project, and I only add Xamarin.GooglePlayServices.Maps nuget.
my build has this error :
error: package com.google.android.gms.maps does not exist com.google.android.gms.maps.OnMapReadyCallback
Upvotes: 0
Views: 291
Reputation: 14995
I installed Google APIs , and Google play service, but still I got the error.
I check this path
obj\Debug\__library_projects__\Xamarin.GooglePlayServices.Maps\library_project_imports
and the folder was empty, this folder suppose to have .jar
files for Google Map.
So I delete obj
folder and now everything's working.
Upvotes: 0
Reputation: 1534
Please try this :
Upvotes: 1