npm.io
1.0.2 • Published 9 years ago

gliunionpay

Licence
ISC
Version
1.0.2
Deps
0
Vulns
0
Weekly
0

cordoav-plugin-unionpay

在cordova工程目录下执行一下命令从git服务器上拉取插件目录: cordova plugin add https://github.com/EiyouZk/cordova-plugin-unionpay.git

##错误处理:

Android studio报如下错误: Error:org.gradle.api.internal.tasks.DefaultTaskInputs$TaskInputUnionFileCollection cannot be cast to org.gradle.api.internal.file.collections.DefaultConfigurableFileCollection Possible causes for this unexpected error include:

In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.

处理方案:打开项目目录/gradle/gradle-wrapper.properties 文件         把distributionUrl=https://services.gradle.org/distributions/gradle-3.3-all.zip 中的gradle-3.3-all.zip替换成其它可运行项目的压缩包(gradle-2.14.1-all.zip)关闭重新打开工程即可。 原因:android studio中gradle的版本导致