Hidayat Ullah Khan

Results 13 comments of Hidayat Ullah Khan

Same error with me. I rolled back to 27.1.1 to make it work. Hope he fixes this ASAP.

@DroidNinja I have migrated my project to androidx and updated dependency to 2.2.0 I had to change my code of file picker from: `FilePickerBuilder.getInstance().setMaxCount(1) .setSelectedFiles(filePaths) .setActivityTheme(R.style.LibAppTheme) .pickPhoto(this);` to: `FilePickerBuilder.Companion.getInstance().setMaxCount(1) .setSelectedFiles(filePaths)...

> > @DroidNinja I have migrated my project to androidx and updated dependency to 2.2.0 > > I had to change my code of file picker from: > > `FilePickerBuilder.getInstance().setMaxCount(1)...

> I solved this by :- > (1.) Adding following to App Level build.gradle -> > > ``` > dependency{ > ... > implementation 'com.droidninja:filepicker:2.2.0' > implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.2.71" > ......

I tried @dishantghai changes. Getting this error: `error: cannot access Fragment class file for androidx.fragment.app.Fragment not found`

@DroidNinja Please help us out. Can we use your library on latest SDK without migrating to androidx ?

Hi @zeevy , I am handling that case on my side. when user haven't selected anything my app works fine. but this error is different. Event after providing permissions the...

Hi @zeevy , I have added these lines in proguard and enabled in debug. now it gives me this error. It does not even open the application. `java.lang.RuntimeException: Unable to...