JakeWharton / ActionBarSherlock

[DEPRECATED] Action bar implementation which uses the native action bar on Android 4.0+ and a custom implementation on pre-4.0 through a single API and theme.
http://actionbarsherlock.com
Apache License 2.0
7.1k stars 3.53k forks source link

Android Studio 0.5.9 #1101

Closed alexsilva closed 9 years ago

alexsilva commented 10 years ago

Error:Artifact 'com.actionbarsherlock:library:4.2.0:library.apklib' not found.

Basically does not compile.

Actually never compiled android in studio.

alexsilva commented 10 years ago

Try 1:

dependencies { compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar' } Error:Module version com.actionbarsherlock:library:4.2.0 depends on libraries but is not a library itself

Try 2:

dependencies { compile 'com.actionbarsherlock:actionbarsherlock:4.4.0' } Error:Artifact 'com.actionbarsherlock:library:4.2.0:library.apklib' not found.

Try 3:

dependencies { compile project(':library:ActionBarSherlock-v4.4.0:actionbarsherlock') } Error:Artifact 'com.actionbarsherlock:library:4.2.0:library.apklib' not found.

tevjef commented 10 years ago

can you post your build.gradle?