io2015-codelabs
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.
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?
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.
Thnx @assembler07