Android-Video-Trimmer icon indicating copy to clipboard operation
Android-Video-Trimmer copied to clipboard

Not showing Video List after compiling

Open nerviantone opened this issue 3 years ago • 5 comments

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 avatar Oct 20 '22 18:10 nerviantone

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 avatar Oct 27 '22 13:10 nerviantone

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

nerviantone avatar Oct 27 '22 17:10 nerviantone

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?

iknow4x avatar Oct 28 '22 05:10 iknow4x

compileSdkVersion 31, minSdkVersion 16, targetSdkVersion 31

nerviantone avatar Oct 28 '22 05:10 nerviantone

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

xxmd avatar Dec 08 '23 08:12 xxmd