I updated My Android Support Library Version to 23.1.1?.. But Can't able to find and Import design Library?..
Asked
Active
Viewed 958 times
0
-
do you restarted your eclipse? – Sree Dec 11 '15 at 09:22
-
2Possible duplicate of [How do I attach the Android Support Library source in Eclipse?](http://stackoverflow.com/questions/8543225/how-do-i-attach-the-android-support-library-source-in-eclipse) – Dhinakaran Thennarasu Dec 11 '15 at 09:36
-
S.. I restarted My Eclipse.. My Question is I want to add Floating Lables and Snackbar In My Project.. But I can't find Design Lib after Updated Android Support Lib 23.1.1 – Karthick Pandian Dec 11 '15 at 09:44
-
See here: https://stackoverflow.com/a/26878804/2703209 – user149408 Feb 05 '19 at 11:24
2 Answers
0
In order to use android design support library, try importing it from your SDK library.
It should be in your_SDK_path/extras/android/support
in the folder you can find design
, import it as a project in your eclipse and set is as is Library
.
Just Refresh, Clean and Build.

Mann
- 560
- 3
- 13
0
You can find your library here inside your SDK
.../sdk/extras/android/support/design/libs
So, import from that, you will get your library.

Nigam Patro
- 2,760
- 1
- 18
- 33