6

I am developing in Android and after switching to API 22, I began to have errors in my App. Searching on stackoverflow I found the solution, getting the latest version of Appcompat_v7.

How can I proceed? Where I can download the latest version or where I can update it?

Bhullnatik
  • 1,263
  • 17
  • 28
rreiv23
  • 87
  • 1
  • 5

2 Answers2

1

Go into your Android SdK and find SDK manager.exe, click it and then find the Extra in the window opened, and select Android Support Library to download it.

After the downloading finished, you will get the latest v7 support library.

SilentKnight
  • 13,761
  • 19
  • 49
  • 78
  • Thanks for your help but why the appcompat-v7 version is LOCKED to 26.0.0-alpha1 ??? Impossible to install v27 required by facebook-android-sdk:4.34.0 – bArraxas Jun 20 '18 at 07:43
0

You'll need to import appcompat_v7 into your workspace from your SDK location. Your SDK location may be like this:

C:\Users\[Your Name]\AppData\Local\Android\android-sdk\extras\android\support\v7\appcompat\
kirktoon1882
  • 1,221
  • 5
  • 24
  • 40