Unable to resolve dependency in Android Studio | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answer
+ 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 ◆ ܝܘܼܒܝܼܢ ܝܹܩܲܒ ◆‎