On one of my test devices (Android 9) the app doesn’t start at all or freezes on Screen1.
On another test device (Android 5) extSdCard is displayed after about 5 seconds, after clicking it I get several error messages: "... must be in statusPlaying or..." and "Error701: Unable ..."
I know all these issues very well and I know where the mistakes are. So first test and then publish.
Note: Uninstall the app from your device und reinstall …
Btw, the app also does not work on a 3rd test device (with an external, removable SDcard) (Android 9).
So tell us what device & Android version you are using.
Can be please tell be the absolute internal and external storage path so I can get mp3 file from both internal and external storage. I used Taifun File extension to get storage directory path but may be problem is raising here to get path.
use Do it to debug your blocks…
a full path starts with file:///, for example
file:///storage/emulated/0/Music… EDIT: file path corrected, thank you @bodymindpower …
file:///storage/02C3-E96C/Music…
also you might want to provide a screenshot of your relevant blocks…
I am using these Directory paths to get mp3 files from all folders available in these directories.
Will there directory path works in every Android device ?