Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

android build fail #132

Closed
alzalabany opened this issue Apr 10, 2016 · 3 comments
Closed

android build fail #132

alzalabany opened this issue Apr 10, 2016 · 3 comments

Comments

@alzalabany
Copy link

after installing chcp my android fail to build.

>> cordova run android
CHCP Local Development Add-on:
    Local development mode for CHCP plugin is disabled. Doing nothing.
CHCP plugin after prepare hook:
    config-file set to https://storage.simpleinformatics.com/app/RIS/chcp.json
ANDROID_HOME=/usr/local/Cellar/android-sdk/24.4.1_1
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_65.jdk/Contents/Home
No target specified, deploying to emulator

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'android'.
> Could not resolve all dependencies for configuration ':_debugCompile'.
   > Could not resolve de.greenrobot:eventbus:3.0.0-beta1.
     Required by:
         :android:unspecified
      > Could not GET 'https://repo1.maven.org/maven2/de/greenrobot/eventbus/3.0.0-beta1/eventbus-3.0.0-beta1.pom'.
         > repo1.maven.org

@nikDemyankov
Copy link
Member

It seems they have changed the name of the package. Now it's org.greenrobot:eventbus instead of de.greenrobot:eventbus.

This is actually changed already in the dev/1.3.0 branch. You can either try to use that branch, or wait a bit, while I'll fix that in the master and release a fix on npm...

@nikDemyankov
Copy link
Member

Released v1.2.6 with the fix. Please, check it out.

@nikDemyankov
Copy link
Member

Closing it. Reopen, if problem persist.

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

No branches or pull requests

2 participants