I add this bip.wav file to Assets folder and i got this the system cannot find the file specified error.
I delete the sound file then clean solution and rebuild solution. After all that processes my app works. So, i can not add a sound file to project.
This is my code to play sound.
var player = Plugin.SimpleAudioPlayer.CrossSimpleAudioPlayer.Current; player.Load("bip.wav"); player.Play();