coomar2841 / android-multipicker-library

Android Multipicker Library
Apache License 2.0
439 stars 107 forks source link

In Tablets its is crashing #92

Open abakashaGit opened 7 years ago

abakashaGit commented 7 years ago

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)

coomar2841 commented 7 years ago

Can you try this? compile 'com.kbeanie:multipicker:1.1.4-beta@aar

coomar2841 commented 7 years ago

Did this fix the issue?

itisvignesh commented 7 years ago

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.