Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Appcompat missing in sdk folder

I am trying to use android v7 appcompat library as the (http://developer.android.com/tools/support-library/setup.html#) shows

the problem is the folder "appcomapt" which has to be in here(/extras/android/support/v7/appcompat/) is missing

I've checked the sdk manager "Android Support Repository" and "Android Support Library" is already installed

Could anyone please teach me where the "appcompat" is?

thank you

like image 281
Android Rabbit Avatar asked Sep 24 '13 15:09

Android Rabbit


1 Answers

I had the same problem on OS X. I updated my Android SDK manager to the latest version, deleted and re-installed the support library, and then it worked.

like image 78
Dan Fabulich Avatar answered Oct 05 '22 03:10

Dan Fabulich