我在手机间隙应用中安装了paypal cordova插件。为了在我的应用程序中集成贝宝,我已经从给定的https://github.com/paypal/PayPal-Android-SDK源下载了paypal-android-sdk的压缩文件。
现在我只想知道如何在我的phone-gap项目的libs文件夹中添加PayPal-Android-SDK,这样paypal插件才能完美工作。
请推荐我做这件事。
谢谢。
发布于 2016-09-25 21:31:41
参考https://github.com/paypal/PayPal-Cordova-Plugin
中的paypal developer account.
<plugin name="com.paypal.cordova.mobilesdk" spec="3.1.23" />
从documentation https://github.com/paypal/PayPal-Cordova-Plugin <script type="text/javascript" src="js/paypal-mobile-js-helper.js"></script>
https://stackoverflow.com/questions/39632701
复制相似问题