io2015-codelabs icon indicating copy to clipboard operation
io2015-codelabs copied to clipboard

Error:Unsupported method: BaseConfig.getApplicationIdSuffix(). The version of Gradle you connect to does not support that method. To resolve the problem you can change/upgrade the target version of Gradle you connect to. Alternatively, you can ignore this exception and read other information from the model.

Open NamrataDwivedi opened this issue 7 years ago • 2 comments
trafficstars

Hello,

According to the the steps mentioned in the below link I imported the project voice-interaction-end in Android Studio.

https://codelabs.developers.google.com/codelabs/voice-interaction/index.html?index=..%2F..%2Findex#2

I am getting the above mentioned error. Probably I find the project gradle file empty. I really don't understand how i can run this project.

Could you please help me out with this?

NamrataDwivedi avatar Apr 23 '18 13:04 NamrataDwivedi

Hello,

In your build.gradle change the android tools build version from 1.0.0 to 2.3.2, like this : classpath 'com.android.tools.build:gradle:2.3.2'

Hope it helps.

andmontanezp avatar May 24 '18 19:05 andmontanezp

Thnx @assembler07

dr4gonAndroidDev avatar Aug 19 '20 00:08 dr4gonAndroidDev