Why I am facing these errors while working with a...
# android
b
Why I am facing these errors while working with audio ? My file path is not empty here is my path . When i log i got this path but i didnt get the files in my device /storage/emulated/0/Music/Nimbuzz/Audio/662fcf7ce5f38327c01b885b_1714409312823_voice.wav i get this exception , how to fix this java.io.IOException: Prepare failed.: status=0x1
Copy code
player = new MediaPlayer();
//            player.setDataSource(context, Uri.parse(path));
            player.setDataSource(path);
            player.prepare();
            player.start();
not kotlin but kotlin colored 4
c
You were told may times already that this is a slack workspace for the Kotlin programming language. Your general Android question should be ask somewhere else. There are many other communities that focus on Android.
p
you are very aggressive
🚫 1