Haraprasad
Haraprasad
Unable access Picker Class private void initUsingColorAccent(final TypedValue typedValue) { mContext.getTheme().resolveAttribute(R.attr.colorAccent, typedValue, true); mImageBackgroundColorWhenChecked = mFabBackgroundColor = typedValue.data; } Caused by: java.lang.NoClassDefFoundError: net.yazeed44.imagepicker.library.R$attr at net.yazeed44.imagepicker.util.Picker$Builder.initUsingColorAccent(Picker.java:185) at net.yazeed44.imagepicker.util.Picker$Builder.init(Picker.java:155) at net.yazeed44.imagepicker.util.Picker$Builder.(Picker.java:149)