I can't test any of my code. I've tried different solutions, and none of them has worked for me. This is the error I get:
.
Build file 'C:\Users\tices\AndroidStudioProjects\HelloWorld\build.gradle' line: 3
Plugin [id: 'com.android.application', version: '7.1.3', apply: false] was not found in any of the following sources:
- Try: Run with the --info or --debug option to get more log output. Run with --scan to get full insights.
The exception is: org.gradle.api.plugins.UnknownPluginException: Plugin [id: 'com.android.application', version: '7.1.3', apply: false] was not found in any of the following sources:
- Gradle Core Plugins (plugin is not in the 'org.gradle' namespace)
Plugin Repositories (could not resolve plugin artifact 'com.android.application: com.android.application.gradle.plugin:7.1.3') searched in the following repositories:
- Gradle Central Plugin Repository
- MavenRepo <152 Internal Lines>
.
How do I fix this?