tolu360 / cordova-plugin-paystack

This plugin allows to add Paystack Payments to your application using Paystack Native Mobile SDKs for Android & iOS
Other
34 stars 16 forks source link

Failed to build with Ionic App #2

Closed darmie closed 8 years ago

darmie commented 8 years ago

I followed the instructions in the readme, but when I try to install the app, I get this error

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 co.paystack.android:paystack:1.2.0.
     Required by:
         :android:unspecified
      > Could not GET 'https://repo1.maven.org/maven2/co/paystack/android/paystack/1.2.0/paystack-1.2.0.pom'.
         > repo1.maven.org
      > Could not GET 'https://dl.bintray.com/paystack/maven/co/paystack/android/paystack/1.2.0/paystack-1.2.0.pom'.
         > dl.bintray.com
      > Could not GET 'https://oss.sonatype.org/content/repositories/snapshots/co/paystack/android/paystack/1.2.0/paystack-1.2.0.pom'.
         > oss.sonatype.org
darmie commented 8 years ago

To Fix, refer to https://github.com/tolu360/Cordova-Plugin-Paystack/pull/3

tolu360 commented 8 years ago

Thanks for the feedback, usually the build or run parts are left out of plugin READMEs but adding them can be helpful.