titansgroup / k4l-video-trimmer

A library with UI and mechanisms to trim local videos on Android applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FileUtils.java problems with Android N

developerGM opened this issue · comments

commented

Hi,
inside FileUtils.java there is a problem.
In getDataColumn method you should manage the new ContentProvider management

cursor = context.getContentResolver().query(uri, projection, selection, selectionArgs, null);
column _data table not exists.

If you want that this library works with Android >= N, please fix this issue.

set targetSdkVersion 22 of k4l-video-trimmer module's gradle.
may be it will works.