Hi, everybody !
when I use PhoneIntents.PlayAudio method to play a audio file, I got a error message :"The player didn't support the type of audio file."
The code is as follow:
Dim phInt As PhoneIntents
StartActivity(phInt.PlayAudio(File.DirAssets, "cherry.mp3"))
when I use PhoneIntents.PlayAudio method to play a audio file, I got a error message :"The player didn't support the type of audio file."
The code is as follow:
Dim phInt As PhoneIntents
StartActivity(phInt.PlayAudio(File.DirAssets, "cherry.mp3"))