Java Question Maven artifact not found: com.android.support/appcompat-v7

jkhazraji

Active Member
Licensed User
Longtime User
I get this disappointing error when I try to load or run a project related to app compatibility v7. Is it related to the wrong version of Android support library or missing v7 JAR file or what?? In my case, I have the path "c:\android\sdk\extras\android\support\v7\appcompat-v7" and jar file is missing there.
I know that Appcompat library is a wrapper for the Google AppCompat v7 support library and recommends the use of at least support repository 36!
How comes since the required support version is v7?? I guess even if I download repository v 43, I won't find the jar file or load or run the project.

Very confused..What is wrong?
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
Top