Git Product home page Git Product logo

Comments (11)

312977 avatar 312977 commented on June 11, 2024

请问你用cordova版本多少啊 我为什么直接弹出null了

from cordova-plugin-alipay.

wangxiaochuan366 avatar wangxiaochuan366 commented on June 11, 2024

image

from cordova-plugin-alipay.

312977 avatar 312977 commented on June 11, 2024

兄弟 我配了好久 都试了 我用的也是vs2015 死活都是弹出bug:Attempt to invoke virtual method "int java.lang.String.length()" on a null object reference

[email protected] 你能把你配好的插件 用vs建一个demo 发给我吗 我试了还就实在不知道为什么

或者你加我qq 312977493让我咨询一下 。。。。。打扰啦

from cordova-plugin-alipay.

wangxiaochuan366 avatar wangxiaochuan366 commented on June 11, 2024

建议你看下已经关闭的Issues 里面有人提出过这种错误,管理给出了解释

from cordova-plugin-alipay.

312977 avatar 312977 commented on June 11, 2024

我已经试过了 重复安装N次 还是这个错误

from cordova-plugin-alipay.

charleyw avatar charleyw commented on June 11, 2024

@wangxiaochuan366 这个问题我还没有遇到过。也就是说第二次打开的就是支付宝App吗?
是什么系统?Android还是iOS,什么版本?

from cordova-plugin-alipay.

charleyw avatar charleyw commented on June 11, 2024

@312977 我在你的issue里面回复了

from cordova-plugin-alipay.

Adam23Yuan avatar Adam23Yuan commented on June 11, 2024

Attempt to invoke virtual method "int java.lang.String.length()" on a null object reference
我也遇到了这个错误 该怎么解决啊

from cordova-plugin-alipay.

charleyw avatar charleyw commented on June 11, 2024

这个错误一般都是 privatekey没有配置对,确认一下key PCKS格式的。

from cordova-plugin-alipay.

LuHugo avatar LuHugo commented on June 11, 2024

@Dawn2Yuan 我也遇到了这个问题
后面将SignUtils.java文件的
KeyFactory keyf = KeyFactory.getInstance(ALGORITHM);
改成
KeyFactory keyf = KeyFactory.getInstance(ALGORITHM,"BC");
就解决了

from cordova-plugin-alipay.

likunNet avatar likunNet commented on June 11, 2024

@312977 ,你的问题解决了吗?

from cordova-plugin-alipay.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.