adrianstevens/Xamarin-Plugins

Help Wanted!

pierresa opened this issue · 1 comments

Beginner issue(sorry)!

I am building a Xamarin project. I added the Xam.Plugin.SimpleAudioPlayer in alll 3 subprojects (Android, IOS, UWP) using Nuget.
It appear correctly in the References.
If I enter:

using Plugin.SimpleAudioPlayer;
or
using Xam.Plugin.SimpleAudioPlayer;

I always get "name space could not be found...."

what am I doing wrong?

thank you for your help
Pierre

closed. I discovered I need to include XAm.Plugin also in main project dependancies