-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
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
when click on save, application crashed #51
Comments
Directory might not exist yet |
its because the file from gallery you selected that file format might not be supported with this... try another one with MP4 |
First convert uri to file path and then pass path to view String path=FileUtils.getPath(getActivity(), data.getData()); videoTrimmer.setVideoURI(Uri.parse(path)); |
@asadd00 did you found any solution ? |
@asadd00 Any update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when click on save, application crashed and shows
java.io.FileNotFoundException: /external/video/media/33131: open failed: ENOENT (No such file or directory)
if file is not here then how its appearing in timeline view please look in this matter
Include the following:
1.0.3
6.0.1
Motorola
Turbo
Reproduction Steps
Expected Result
it should save video in destination path
Actual Result
application crashed,
showing exception
java.io.FileNotFoundException: /external/video/media/33131: open failed: ENOENT (No such file or
directory)
Tell us what could be improved:
The text was updated successfully, but these errors were encountered: