Unsupported method: BaseConfig.getApplicationIdSuffix()

后端 未结 9 2145
挽巷
挽巷 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:10

    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
    

提交回复
热议问题