-
Notifications
You must be signed in to change notification settings - Fork 264
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
Comments
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. |
Happy to tell you that this problem got solved when I lowered the compileSdkVersion to 28, minSdkVersion 16 |
OK,but i wonder what is your compileSdkVersion & minSdkVersion version before you lower them? |
compileSdkVersion 31, minSdkVersion 16, targetSdkVersion 31 |
I have same question, finally resolved after lower some versions as nerviantone said. |
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 #
The text was updated successfully, but these errors were encountered: