0

I updated My Android Support Library Version to 23.1.1?.. But Can't able to find and Import design Library?..

2 Answers2

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