udacity / Android_Me

App that lets you style your own Android! This uses Fragments to create a flexible and responsive UI.
259 stars 1.01k forks source link

Could not find com.android.support:appcompat-v7:25.1.0 #77

Open wtobi opened 4 years ago

wtobi commented 4 years ago

I'm getting this error in Android_Me-TFragments.02-Solution-DisplayThreeFragments:

Could not find com.android.support:appcompat-v7:25.1.0

I tried to run the solution because it wouldn't work in the exercise code in the first place.

Please fix this!

kareem-farag commented 4 years ago

Same error here.

LaszloLajosT commented 3 years ago

I think your problem is that you migrate AndroidX but never really changed the dependency in build.gradle(Module:app) file. OR You didn't change the "compileSdkVersion" and "targetSdkVersion to your installed SDK. OR You changed your the versions above but never installed those Android SDK.

I am working on to update the code dependencies to my current installed SDK version (version 29 alias Android 10(Q)). I will share it and make a pull request when I am done with it. Once it's done you can have a look and compare to your version and ask if something is not clear.