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
Change your gradle version or update it
dependencies { classpath 'com.android.tools.build:gradle:3.0.1' }
alt+enter and choose "replace with specific version".