I\'m using Android Studio with an external Android SDK. I have installed the support library and the support repository. The support repository is in:
~/Deve
Instead of doing this:
compile "com.android.support:support-v4:18.0.+"
Do this:
compile 'com.android.support:support-v4:18.0.+'
Worked for me