TabControllerAndroid icon indicating copy to clipboard operation
TabControllerAndroid copied to clipboard

NoSuchMethodErrror for the method switchTo()

Open ZinoKader opened this issue 8 years ago • 1 comments

No matter how I create my TabController I get this exception.

Activity:

Screenshot of activity

Implemented in the activity is the BottomBarListener with this method:

@Override public void onTracklistTabSelected() {
    tabController.switchTo(tracklistFragmentProvider);
}

Activity layout XML:

fragment XML in activity

Fragment class:

Fragment Java class

Fragment provider class:

screen shot 2017-06-05 at 22 42 28

Fragment view XML:

Fragment view XML

Stack tracke:

Screenshot of stack trace

ZinoKader avatar Jun 05 '17 20:06 ZinoKader

@ZinoKader can we see your module build.gradle and project build.gradle files?

bkolarov-appolica avatar Jun 07 '17 07:06 bkolarov-appolica