You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
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:`
The text was updated successfully, but these errors were encountered: