adrianstevens / Xamarin-Plugins

Cross-platform Plugins for Xamarin, Xamarin.Forms and Windows
https://www.nuget.org/packages/Xam.Plugin.SimpleAudioPlayer/
MIT License
132 stars 53 forks source link

Help Wanted! #89

Closed pierresa closed 2 years ago

pierresa commented 2 years ago

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

pierresa commented 2 years ago

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