Android MediaPlayer not returning from prepareAsync
问题 I'm getting the following back in Logcat starting MediaPlayer with a SPECIFIC URI. Normally every Uri, good or bad, will either play or come back with an error except this particular one. I/MPS﹕ PrepAsync started V/MediaPlayer﹕ message received msg=8, ext1=0, ext2=0 V/MediaPlayer﹕ unrecognized message: (8, 0, 0) V/MediaPlayer﹕ callback application V/MediaPlayer﹕ back from callback ... and hangs there. I'm really just looking at how do I capture this conversation in an error handler but if