0

I'm following a tutorial on setting up Android Studio and the current version that I'm using (2.1.2) is different than what they are using. I'm in the stand alone SDK manager and it's not in the listed options. Below is a screenshot if that helps.

enter image description here

John Snow
  • 1,898
  • 2
  • 27
  • 48

1 Answers1

1

1.Open Project Structure (Press F4 on your project).

2.Select Modules on the left pane.

3.Choose your project and you will see Dependencies TAB above the third Column.

4.Click on the plus sign in the bottom. Then a tree-based directory chooser dialog will pop up, navigate to your folder containing android-support-v4.jar, press OK.

5.Press OK.

(a progress bar will appear, and voila it should download what you need)

By the way, you should really install the latest android-sdk update. From your screenshot, it doesn't look like you have yet.

if nothing works right then try to visit the link below Android Support Library Manual Download

Community
  • 1
  • 1