I am trying to add android-support-v13 in Android Studio 1.0.2
I followed the steps here , but I'm still getting build failures. Did anyone manage to add Android-support-v13.jar in Android Studio 1.0.2?
Below is my code in my gradle file.
dependencies { compile 'com.android.support:appcompat-v7:21.0.3' compile fileTree(dir: 'libs',include: '*.jar')
Edit: I installed an additional support library from the SDK manager, and I put the .jar in my libs folder.
source share