skip to Main Content

Android Studio – Android Studio Error: Plugin [id: 'com.android.application', version: '7.4.2', apply: false] was not found in any of the following sources

I keep getting this error in Android Studio Electric Eel // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id 'com.android.application' version '7.4.2' apply false id 'com.android.library' version '7.4.2' apply false id 'org.jetbrains.kotlin.android'…

VIEW QUESTION
Back To Top
Search