google / iosched

The Google I/O Android App
Apache License 2.0
21.77k stars 6.2k forks source link

Cannot query the value of property 'applicationId' because configuration of project ':shared' has not completed yet. #387

Open sanisloandras opened 3 years ago

sanisloandras commented 3 years ago

When I try to build the project, I get this error:

Cannot query the value of property 'applicationId' because configuration of project ':shared' has not completed yet.

I have already upgraded gralde wrapper to use this url: distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip

Using Android Studio 2020.3.1

If I try to update to const val ANDROID_GRADLE_PLUGIN = "7.0.2" and the distributionUrl accordingly, then I get the following error:

`Plugin [id: 'com.android.test'] was not found in any of the following sources:

tamzi commented 3 years ago

figured:

Go to file>> project structure>>

change these values:

Android Gradle Plugin Version: 7.0.1 Gradle version: 7.0.2

it should work