Android-FilePicker
Android-FilePicker copied to clipboard
class file for androidx.fragment.app.Fragment not found
I can't compile the project after I use this library.
error: cannot access Fragment class file for androidx.fragment.app.Fragment not found
I get when I do this FilePickerBuilder.Companion.getInstance() .setMaxCount(5) .setActivityTheme(R.style.LibAppTheme) .pickPhoto(this); // on this line is the error
same would happen to me.
Same Issue here.....
Just Migrate to AndroidX :) Cheer!
how to Migrate this in androidX