Unable to resolve dependency in Android Studio | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 3

Unable to resolve dependency in Android Studio

Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.android.support:appcompat-v7:29.0.3.

25th Apr 2021, 6:58 AM
Gaurav DixitšŸ‡®šŸ‡³
Gaurav DixitšŸ‡®šŸ‡³ - avatar
1 Resposta
+ 8
It happens becauseĀ com.android.support.appcompat-v7.29.x.xĀ doesn't exist , the last version of the support library is 7.28.x.x and if you want to solve this issue then you must use 7.28 and below , or migrate to androidX Library , androidx is the new support library that Google reccomend , it's better than old appcompact library .
25th Apr 2021, 8:25 AM
Joobin Jacob ā—† ܝܘܼܒܝܼܢ ܝܹܩܲܒ ā—†ā€Ž