2

I am using Intellij Idea (same thing as Android Studio). Today I decided to update packages in Android SDK Manager, and during the update, my computer crashed. When I rebooted Ubuntu, the android executable was missing. So I re-extracted the android-sdk and got it working again. However, some jar files are missing, as shown in the attachment.enter image description here

Apparently, when I installed all the necessary packages in the SDK Manager, I missed a package pertaining to android-support-v4.jar. I googled and found this link. It says download Android Support package under Extras. But I do not see it. I just see something called Android Support repository.enter image description here Is it the same thing? If not, where can I get the Android Support package?

Daniel Viglione
  • 8,014
  • 9
  • 67
  • 101

1 Answers1

2

The Android Support Repository is the only entry still being updated and is all you need to run a Gradle based builds.

The now obsolete 'Android Support Library' package can be found by checking the 'Obsolete' checkbox in the bottom left and allows you to use at latest version 23.2.1.

ianhanniballake
  • 191,609
  • 30
  • 470
  • 443