So I\'m reading Android 6 for Programmers: An App-Driven Approach and the first two app examples I had no issues with the examples, this time the FlagQuiz example w
You can do this by changing the gradle file.
build.gradle > change dependencies { classpath 'com.android.tools.build:gradle:3.0.1' } gradle-wrapper.properties > update distributionUrl=https://services.gradle.org/distributions/gradle-4.6-all.zip