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?