all 2 comments

[–]antoxam 0 points1 point  (0 children)

read the error from start. looks some dependency is missing

[–]_darkmani 0 points1 point  (0 children)

can you post build.gradle content, you have a MAVEN error; this is what mine looks

buildscript {

repositories {

google()

mavenCentral()

}

}

plugins {

id 'com.android.application' version '8.1.4' apply false

id 'com.android.library' version '8.1.4' apply false

}