TabControllerAndroid
TabControllerAndroid copied to clipboard
NoSuchMethodErrror for the method switchTo()
No matter how I create my TabController I get this exception.
Activity:

Implemented in the activity is the BottomBarListener with this method:
@Override public void onTracklistTabSelected() {
tabController.switchTo(tracklistFragmentProvider);
}
Activity layout XML:

Fragment class:

Fragment provider class:

Fragment view XML:

Stack tracke:

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