Inside my ViewPagerFragment, which extends support.v4.app.Fragment, while invoking ExtrasBinder.bind(this);, I am getting the following err:
java.lang.ClassNotFoundException: com.accenture.android.test.fragment.ViewPagerFragment$$ExtraBinder
What can cause this problem?
Inside my
ViewPagerFragment, which extendssupport.v4.app.Fragment, while invokingExtrasBinder.bind(this);, I am getting the following err:java.lang.ClassNotFoundException: com.accenture.android.test.fragment.ViewPagerFragment$$ExtraBinderWhat can cause this problem?