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
see video play
app crashes
In LogCat I see:
01-07 11:24:22.355: E/NativeMedia(11232): IOException java.io.FileNotFoundException: /sdcard/NativeMedia.ts: open failed: EACCES (Permission denied)
Adding android.permission.READ_EXTERNAL_STORAGE to manifest, then rebuilding, and re-running fixes the problem.
The text was updated successfully, but these errors were encountered:
Currently READ_EXTERNAL_STORAGE is added to the manifest and its not working for me.
Sorry, something went wrong.
with today's pull, we are playing from app/src/main/assets/clips, not from /sdcard/* anymore. so this should be automatically fixed.
the native_player is disabled for now, will enable it after some deep debugging and fix.
check it out, if still happens to you, re-open it.
No branches or pull requests
Please describe the problem in detail, with the following information (if applicable)
UI):
STEPS TO REPRODUCE:
EXPECTED RESULTS:
see video play
OBSERVED RESULTS:
app crashes
ADDITIONAL INFORMATION:
In LogCat I see:
Adding android.permission.READ_EXTERNAL_STORAGE to manifest, then rebuilding, and
re-running fixes the problem.
The text was updated successfully, but these errors were encountered: