Unsupported method: BaseConfig.getApplicationIdSuffix()

后端 未结 9 2148
挽巷
挽巷 2020-12-04 04:58

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

9条回答
  •  一个人的身影
    2020-12-04 05:04

    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".

提交回复
热议问题