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

android beacon library import into Eclipse (via gradle import) #34

Closed
ghost opened this issue Sep 27, 2014 · 2 comments
Closed

android beacon library import into Eclipse (via gradle import) #34

ghost opened this issue Sep 27, 2014 · 2 comments

Comments

@ghost
Copy link

ghost commented Sep 27, 2014

Hello, I have tried to import the android beacon library a number of times into Eclipse (v4.4) (with gradle plugin latest version installed. Every attempt failed with the error reported below. Please note that the Android support repository and the Android support library are both installed.

Thanks for your help,

Alex Donnini

fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Can't get version from git: org.gradle.process.internal.ExecException: Process 'command 'git'' finished with non-zero exit value 128

FAILURE: Build failed with an exception.

  • What went wrong:
    A problem occurred configuring root project 'android-beacon-library'.

    Could not resolve all dependencies for configuration ':_debugTestCompile'.
    Could not find com.android.support:support-v4:19.0.1.
    Required by:
    org.altbeacon:android-beacon-library:adhoc > org.robolectric:robolectric:2.3
    Could not find any version that matches com.android.support:support-v4:19.1.+.
    Required by:
    org.altbeacon:android-beacon-library:adhoc > com.squareup:fest-android:1.0.8

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 2.348 secs

@davidgyoung
Copy link
Member

Using gradle with Eclipde is not one of the configurations we support, but you should be able to get it working if you can build with gradle from the command line. Have you tried this? What gradle version do you have? Does the eclipse plugin use the gradle wrapper?

@davidgyoung
Copy link
Member

closing due to inactivity.

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

1 participant