Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how can I update appcompat_v7? [duplicate]

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?

like image 734
rreiv23 Avatar asked May 18 '15 20:05

rreiv23


1 Answers

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.

like image 133
SilentKnight Avatar answered Oct 13 '22 01:10

SilentKnight