Open abakashaGit opened 7 years ago
Can you try this? compile 'com.kbeanie:multipicker:1.1.4-beta@aar
Did this fix the issue?
I faced the same issue and the problem was I have not enabled multidex enabled and my app had more than 65k methods (Too much of libraries). Try to enable multidex in your app and extend MultidexApplication if you have custom Application class implementation.
java.lang.NoClassDefFoundError: storage.StoragePreferences at com.kbeanie.multipicker.core.PickerManager.initProperties(PickerManager.java:67) at com.kbeanie.multipicker.core.PickerManager.(PickerManager.java:51)
at com.kbeanie.multipicker.core.VideoPickerImpl.(VideoPickerImpl.java:39)
at com.kbeanie.multipicker.api.VideoPicker.(VideoPicker.java:19)