Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

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

Open
sanisloandras opened this issue Aug 27, 2021 · 1 comment

Comments

@sanisloandras
Copy link

sanisloandras commented Aug 27, 2021

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:

  • Try:
    Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Exception is:
    org.gradle.api.plugins.UnknownPluginException: Plugin [id: 'com.android.test'] was not found in any of the following sources:`

@tamzi
Copy link

tamzi commented Aug 29, 2021

figured:

Go to file>> project structure>>

change these values:

Android Gradle Plugin Version: 7.0.1
Gradle version: 7.0.2

it should work

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