Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Could not find com.android.support:appcompat-v7:28.0.3. Searched in the following locations:

path:/com/android/support/appcompat-v7/28.0.3/appcompat-v7-28.0.3.pom path:/com/android/support/appcompat-v7/28.0.3/appcompat-v7-28.0.3.jar path:/com/android/support/appcompat-v7/28.0.3/appcompat-v7-28.0.3.pom path:/com/android/support/appcompat-v7/28.0.3/appcompat-v7-28.0.3.jar path:/com/android/support/appcompat-v7/28.0.3/appcompat-v7-28.0.3.pom path:/com/android/support/appcompat-v7/28.0.3/appcompat-v7-28.0.3.jar

https://jcenter.bintray.com/com/android/support/appcompat-v7/28.0.3/appcompat-v7-28.0.3.pom
https://jcenter.bintray.com/com/android/support/appcompat-v7/28.0.3/appcompat-v7-28.0.3.jar
https://dl.google.com/dl/android/maven2/com/android/support/appcompat-v7/28.0.3/appcompat-v7-28.0.3.pom
https://dl.google.com/dl/android/maven2/com/android/support/appcompat-v7/28.0.3/appcompat-v7-28.0.3.jar
https://maven.google.com/com/android/support/appcompat-v7/28.0.3/appcompat-v7-28.0.3.pom
https://maven.google.com/com/android/support/appcompat-v7/28.0.3/appcompat-v7-28.0.3.jar

Required by: project :app

P

like image 748
Dhaval Jotaniya Avatar asked Oct 12 '18 18:10

Dhaval Jotaniya


People also ask

What is AppCompat V7 in Android?

Android AppCompat Library V7 The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.

What is AppCompat Library in Android?

426. An Android support library that enables the use of the ActionBar and Material Design specific implementations such as Toolbar for older devices down to Android v2. 1.


1 Answers

28.0.3 doesn't exist.

Change your implementation to 28.0.0.

like image 90
TheWanderer Avatar answered Oct 13 '22 01:10

TheWanderer