Shiro
Results
3
comments of
Shiro
> Add `Companion` object to get its instance. > > eg > > `FilePickerBuilder.Companion.getInstance().setMaxCount(5) .setSelectedFiles(filePaths) .setActivityTheme(R.style.LibAppTheme) .pickPhoto(this)` Hi! I'm newbie looking knowledge. By adding `Companion`, I got this error `java.lang.NoClassDefFoundError:...
> Which Android-FilePicker version are you using? > If you are using the latest version i.e `filepicker: 2.2.0` then you need to migrate your project to AndroidX. > > or...