Taracque / cordova-plugin-braintree

:credit_card: A Cordova plugin for the Braintree mobile payment processing SDK.
MIT License
27 stars 42 forks source link

Android building failing #67

Open thecoconutstudio opened 5 years ago

thecoconutstudio commented 5 years ago

When trying to build with ionic cordova build android

> Task :app:compileDebugJavaWithJavac
/app/platforms/android/app/src/main/java/net/justincredible/BraintreePlugin.java:14: error: package com.braintreepayments.api does not exist
import com.braintreepayments.api.BraintreeFragment;