dpa99c / phonegap-launch-navigator

Phonegap/Cordova plugin which launches native route navigation apps for Android, iOS and Windows
369 stars 131 forks source link

ERROR BUILDING #191

Closed franciscoalex2407 closed 6 years ago

franciscoalex2407 commented 6 years ago

Every time I install this plugin my ionic does not compile from errors that I can not fix, and when I remove compiles again.

FAILURE: Build failed with an exception.

BUILD FAILED in 26s 26 actionable tasks: 4 executed, 22 up-to-date Error: cmd: Command failed with exit code 1 Error output: FAILURE: Build failed with an exception.

BUILD FAILED in 26s

[ERROR] An error occurred while running cordova build android (exit code 1).

dpa99c commented 6 years ago

This plugin depends on the OKHTTP library, which it pulls in via Gradle during the Android build process.

For some reason your build environment is failing to fetch the library during the build process. You can confirm the requested URL exists by visiting: https://jcenter.bintray.com/com/squareup/okhttp3/okhttp/3.10.0/okhttp-3.10.0.jar

You can try building an app in the example project to rule out a collision with another plugin or an issue which is specific to your project.

dpa99c commented 6 years ago

Closed due to no response from OP