Android-Video-Trimmer
Android-Video-Trimmer copied to clipboard
Not showing Video List after compiling
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 #

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 targetSdkVersion 26
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?
compileSdkVersion 31, minSdkVersion 16, targetSdkVersion 31
I have same question, finally resolved after lower some versions as nerviantone said.