Unsupported method: BaseConfig.getApplicationIdSuffix()

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

    I also faced the same issue and got a solution very similar:

    1. Changing the classpath to classpath 'com.android.tools.build:gradle:2.3.2'

      Image after adding the classpath

    2. A new message indicating to Update Build Tool version, so just click that message to update. Update

提交回复
热议问题