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
Fatal Exception: java.lang.NullPointerException Attempt to invoke interface method 'int android.database.Cursor.getColumnIndexOrThrow(java.lang.String)' on a null object reference com.gowtham.library.utils.FileUtils.getRealPath (FileUtils.java:26) com.gowtham.library.ui.ActVideoTrimmer.lambda$setDataInView$4$ActVideoTrimmer (ActVideoTrimmer.java:217) com.gowtham.library.ui.-$$Lambda$ActVideoTrimmer$oSNiy720JmS9xLvkSHcIMIc37rE.run (Unknown Source:2) java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1167)
The text was updated successfully, but these errors were encountered:
@kevinciang looks like error happened when try to fetch file uri using file path u given. Could you share the file path of the video?
Sorry, something went wrong.
@kevinciang Did you find a solution to this ???
No branches or pull requests
Fatal Exception: java.lang.NullPointerException
Attempt to invoke interface method 'int android.database.Cursor.getColumnIndexOrThrow(java.lang.String)' on a null object reference
com.gowtham.library.utils.FileUtils.getRealPath (FileUtils.java:26)
com.gowtham.library.ui.ActVideoTrimmer.lambda$setDataInView$4$ActVideoTrimmer (ActVideoTrimmer.java:217)
com.gowtham.library.ui.-$$Lambda$ActVideoTrimmer$oSNiy720JmS9xLvkSHcIMIc37rE.run (Unknown Source:2)
java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1167)
The text was updated successfully, but these errors were encountered: