Code Monkey home page Code Monkey logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 25, 2024
Stephan will be looking into improving the setup experience.

Workaround: make compatibility jars in android-sdk extras available in your 
local maven repository (they are not on maven central).

I used this tool: https://github.com/mosabua/maven-android-sdk-deployer (mvn 
install -P 4.3 was enough).

Original comment by [email protected] on 18 Nov 2013 at 6:05

from android-test-kit.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 25, 2024
Running maven-android-sdk-deployer is required. After that, everything should 
work. Resolving the bug, but it you still have issues, feel free to reopen.

Original comment by [email protected] on 9 Jan 2014 at 7:35

  • Changed state: Fixed

from android-test-kit.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 25, 2024
[ERROR] Failed to execute goal on project testapp: Could not resolve 
dependencies for project 
com.google.android.apps.common.testing:testapp:apk:1.1: The following artifacts 
could not be resolved: android.support:compatibility-v4:jar:19.0.1, 
android.support:compatibility-v7-appcompat:jar:19.0.1, 
android.support:compatibility-v7-appcompat:apklib:19.0.1: Failure to find 
android.support:compatibility-v4:jar:19.0.1 in 
http://repo.maven.apache.org/maven2 was cached in the local repository, 
resolution will not be reattempted until the update interval of central has 
elapsed or updates are forced -> [Help 1]

First I run the mvn install -P 4.4, but it doesn't help at all.

Original comment by [email protected] on 9 Jan 2014 at 8:19

from android-test-kit.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 25, 2024
TomR: `mvn install -P 4.4` was not enough for me. I also had to go into the 
'maven-android-sdk-deployer/extras/compatibility-v4/' directory and run `mvn 
install` from there.

Original comment by [email protected] on 15 Feb 2014 at 2:06

from android-test-kit.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 25, 2024
https://github.com/robolectric/robolectric explains how to resolve the 
support-v4 dependancy

Original comment by [email protected] on 11 Jun 2014 at 9:02

from android-test-kit.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 25, 2024
I had to update the pom.xml so I didn't have to downgrade my SDK:
<android.v4.support.version>20.0.0</android.v4.support.version>
<android.v7.support.version>20.0.0</android.v7.support.version>

Original comment by [email protected] on 14 Oct 2014 at 8:36

from android-test-kit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.