Alexandr Novikov

Results 4 comments of Alexandr Novikov

@ashfaaaa I'm not, even no ideas how to fix. This is an internal library error

Hi @am2222, Try this code in Activity, that extends MaterialIntroActivity `findViewById(R.id.button_next).performClick();` It work for me fine.

@chengjichao I just don't request permission in IntroActivity :D

Add in file settings.gradle this code ``` dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() jcenter() // Warning: this repository is going to shut down soon maven { url 'https://jitpack.io' }...