I need to use the appcompat_v7 library but it does not exist in my sdk and the extras in the eclipse sdk manager has just 1 item : android support library - and I have installed it . Where are all the other items. I want to install them but there is no way. Please help me. Thank you.
Asked
Active
Viewed 1,970 times
0

Gopal Singh Sirvi
- 4,539
- 5
- 33
- 55

Private Trickor
- 1
- 6
-
Use `SDK Manager` to install support library. – Pankaj Jun 17 '15 at 09:53
-
You have to import the appcompat library in your workspace. Check this link https://developer.android.com/tools/support-library/setup.html. The appcompat library has resources. – Gabriele Mariotti Jun 17 '15 at 10:16
-
The appcompat v7 library does not exist in my sdk manager – Private Trickor Jun 23 '15 at 02:02
1 Answers
0
Note that the "support library" (as opposed to the "support repository") is hidden by default in the SDK manager, as it has been deprecated. You need to check the "show: obsolete" checkbox. And then it's available to download.

wu-lee
- 749
- 4
- 17
-
What is the package called? Is it "appcompat_v7" literally? Or some other name? – James Wierzba Nov 07 '16 at 17:22