Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HoloEverywhere: Could not find com.google.android:support-v4:r13. #20

Open
matux opened this issue Sep 7, 2013 · 5 comments
Open

HoloEverywhere: Could not find com.google.android:support-v4:r13. #20

matux opened this issue Sep 7, 2013 · 5 comments

Comments

@matux
Copy link

matux commented Sep 7, 2013

> Failed to notify project evaluation listener.
   > Could not resolve all dependencies for configuration ':_DebugCompile'.
      > Could not find com.google.android:support-v4:r13.
        Required by:
            :whi-weheartit-android:unspecified > com.actionbarsherlock:actionbarsherlock:4.4.0
      > Could not find com.google.android:support-v4:r13.
        Required by:
            :whi-weheartit-android:unspecified > org.holoeverywhere:library:1.6.8

I think I know what is going on. Android SDK's m2 repo was recently modified, r13 is now located at com.android.support:support-v4:13.0.0

Thank you a lot!

@matux
Copy link
Author

matux commented Sep 7, 2013

I think I know what is going on. Android SDK's m2 repo was recently modified, r13 is now located at com.android.support:support-v4:13.0.0

@derdoktor667
Copy link
Contributor

....I use the support libs like this:

dependencies {
compile 'com.android.support:support-v4:18.0.+'
compile 'com.android.support:appcompat-v7:18.0.+'
}

@matux
Copy link
Author

matux commented Sep 7, 2013

@derdoktor667 Yeah, me too. But the HE lib AAR in Goddchen's repo seems to be pointing to com.google.android:support-v4:r13.

@tobyworks
Copy link

So how do we fix this issue ik got the same problem

Gradle: A problem occurred configuring project ':FBApp'.

Failed to notify project evaluation listener.
Could not resolve all dependencies for configuration ':FBApp:_DebugCompile'.
> Could not find com.google.android:support-v4:r13.
Required by:
HoloEverywhereTestProject:FBApp:unspecified > com.actionbarsherlock:actionbarsherlock:4.3.1
HoloEverywhereTestProject:FBApp:unspecified > com.github.manuelpeinado.multichoiceadapter:multichoiceadapter:2.2.5
HoloEverywhereTestProject:FBApp:unspecified > com.github.manuelpeinado.refreshactionitem-native:RefreshActionItem:1.0.3
> Could not find com.google.android:support-v4:r13.
Required by:
HoloEverywhereTestProject:FBApp:unspecified > org.holoeverywhere:addon-preferences:1.6.8 > org.holoeverywhere:library:1.6.8

buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.5.+'
}
}
apply plugin: 'android'

repositories {
mavenCentral()

maven {
    url 'https://github.com/Goddchen/mvn-repo/raw/master/'

}

}

android {
compileSdkVersion 17
buildToolsVersion "17.0.0"

defaultConfig {
    minSdkVersion 7
    targetSdkVersion 17
}

}

dependencies {
compile 'com.android.support:support-v4:18.0.+'
compile 'com.android.support:appcompat-v7:18.0.+'
compile 'com.actionbarsherlock:actionbarsherlock:4.3.1'
// use this for ActionBarSherlock (org. MavenCentral):
//compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
compile 'com.android:volley:1.0'
compile 'com.actionbarsherlock:viewpagerindicator:2.4.1'
compile 'com.jeremyfeinstein.slidingmenu:slidingmenu:1.3-SNAPSHOT'
compile 'org.holoeverywhere:holoeverywhere:1.6.8'
compile 'org.holoeverywhere:addon-preferences:1.6.8'
compile 'org.holoeverywhere:addon-slider:1.6.8'
compile 'org.roboguice:roboguice:2.1-SNAPSHOT'
compile 'com.sherlock:navigationdrawer:1.0-SNAPSHOT'
compile 'com.facebook.android:facebook:3.0.2'
compile 'com.mobeta.android.dslv:drag-sort-listview:0.6.1'
compile 'com.doomonafireball.betterpickers:android-betterpickers:1.3.1'
compile 'net.simonvt.menudrawer:menudrawer:3.0.3'
compile 'com.emilsjolander:stickylistheaders:1.0.0-SNAPSHOT'
compile 'org.jraf:android-switch-backport:1.0'
compile 'com.github.manuelpeinado.multichoiceadapter:multichoiceadapter:2.2.5'
compile 'com.github.manuelpeinado.glassactionbar:glassactionbar:0.2.1'
compile 'com.github.chrisbanes.actionbarpulltorefresh:library:0.5'
compile 'com.github.chrisbanes.actionbarpulltorefresh:extra-abs:0.5'
compile 'com.github.manuelpeinado.refreshactionitem-native:RefreshActionItem:1.0.3'
compile 'com.larswerkman:holo-color-picker:1.0-SNAPSHOT'
compile 'com.fortysevendeg.swipelistview:swipelistview:1.0-SNAPSHOT'

}

@derdoktor667
Copy link
Contributor

....sorry, tanab but did you really copy&paste the whole read.me??? maybe try using just the libs you need may help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants