Skip to content
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

Not showing Video List after compiling #64

Open
nerviantone opened this issue Oct 20, 2022 · 5 comments
Open

Not showing Video List after compiling #64

nerviantone opened this issue Oct 20, 2022 · 5 comments

Comments

@nerviantone
Copy link

nerviantone commented Oct 20, 2022

When the app starts it's not showing the video list but just some empty tables without video content. But when run on emulator its working fine #
Screenshot_20221021-003026_Video Trim

@nerviantone
Copy link
Author

i think the problem is inside the file java/com/iknow/android/features/select/VideoSelectAdapter.java inside the liine " final String path = cursor.getString(cursor.getColumnIndex(MediaStore.Video.Media.DATA)); " . I think this line is not returning the path. Kindly help.

@nerviantone
Copy link
Author

Happy to tell you that this problem got solved when I lowered the compileSdkVersion to 28, minSdkVersion 16
targetSdkVersion 26

@iknow4x
Copy link
Owner

iknow4x commented Oct 28, 2022

Happy to tell you that this problem got solved when I lowered the compileSdkVersion to 28, minSdkVersion 16 targetSdkVersion 26

OK,but i wonder what is your compileSdkVersion & minSdkVersion version before you lower them?

@nerviantone
Copy link
Author

compileSdkVersion 31, minSdkVersion 16, targetSdkVersion 31

@xxmd
Copy link

xxmd commented Dec 8, 2023

I have same question, finally resolved after lower some versions as nerviantone said.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants