0

Library reference ../android-support-v7-appcompat could not be found while impporting new project in android studio

  • you can add dependencies compile 'com.android.support:appcompat-v7:23.1.1' in build.gradle. – Suhas Bachewar Feb 17 '16 at 06:48
  • Possible duplicate of [How do I add a library project to the Android Studio?](http://stackoverflow.com/questions/16588064/how-do-i-add-a-library-project-to-the-android-studio) – Edgar prabhu Feb 17 '16 at 06:52

1 Answers1

0

Try navigate Tools > Android > SDK Manager and see what you have installed. You might be missing the necessary support library. Here is what mine looks like

enter image description here

34m0
  • 5,755
  • 1
  • 30
  • 22