Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

gradle version causes AS to fail build #312

Open
MNDaveC opened this issue Nov 11, 2016 · 2 comments
Open

gradle version causes AS to fail build #312

MNDaveC opened this issue Nov 11, 2016 · 2 comments

Comments

@MNDaveC
Copy link

MNDaveC commented Nov 11, 2016

build.gradle still using gradle 1.0.0 causes Android studio 2.2.2 to fail build... PLEASE UPDATE throughout all course projects.
classpath 'com.android.tools.build:gradle:1.0.0'

@SachitNayak
Copy link

hey there even I'm facing a similar issue... how do I resolve this:

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.

@MNDaveC
Copy link
Author

MNDaveC commented Dec 23, 2017

@SachitNayak I resolved this by just updating the gradle version, it is unfortunate that the course author is not maintaining the project to keep it working. I'm currently using the following in my production projects:
com.android.tools.build:gradle:3.0.1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants