mtrinder / Xamarin.Plugins

Cross platform xamarin and windows plugins for PCLs
MIT License
12 stars 5 forks source link

Exception when trying to use #2

Open nologinatgit opened 8 years ago

nologinatgit commented 8 years ago

I've added the NuGet package to my PCL project, and added to my Android project.

When I use it in my PCL project, I get this exception:

Don't use CrossVersion from your PCL without first installing the NuGet package in your main project.

The message doesn't make too much sense as the PCL project is the main project.

What should I do about that?