We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
May I ask what the correct way is to give the path of an .mp3 music file on SD card for function getFileName() ?
@Override protected String getFileName() { return "path to your audio file"; }
I tried several ways, but I always get java.io.FileNotFoundException. I use a KitKat based phone for testing.
Any help would be appreciated! Thank you in advance!
Regards,
Daniel
The text was updated successfully, but these errors were encountered:
solved?
Sorry, something went wrong.
No branches or pull requests
Hello,
May I ask what the correct way is to give the path of an .mp3 music file on SD card for function getFileName() ?
I tried several ways, but I always get java.io.FileNotFoundException. I use a KitKat based phone for testing.
Any help would be appreciated! Thank you in advance!
Regards,
Daniel
The text was updated successfully, but these errors were encountered: