I'm having an issue that seems to only occur on Samsung products (specifically Galaxy Tab2 and S5). The app crashes when executing the following code using the media player functions. This error does not occur on six other brands of Android tablet that I've tried it on, only the Samsungs. Has anyone else had this issue and have a solution??
mp.Load(File.DirAssets, "alarm_beep.wav")
mp.SetVolume(1, 1)
mp.Play
Do While mp.IsPlaying = True 'if alarm is playing wait
DoEvents
Loop
Here is the error that is thrown.
mp.Load(File.DirAssets, "alarm_beep.wav")
mp.SetVolume(1, 1)
mp.Play
Do While mp.IsPlaying = True 'if alarm is playing wait
DoEvents
Loop
Here is the error that is thrown.
Last edited: