卡飞行phonegap插件android

时间:2015-10-05 06:02:28

标签: android cordova plugins cardreader

我在我的应用程序中使用了Card Flight Phone插件插件,并在加载了我已经初始化插件的页面时,应用程序终止了一个消息"不幸的是,停止工作" 。在eclipse中捕获的错误日志如下。

`10-05 09:45:00.071 11377 11413  ResourceType No package identifier when getting value for resource number 0x00000000

10-05 09:45:00.071 11377 11413  dalvikvm threadid=15: thread exiting with uncaught exception (group=ox416eedao)

10-05 09:48:00.081 11377 11413 AndroidRuntime FAIAL EXCEPTION: JavaBridge

10-05 09:48:00.081 11377 11413 AndroidRuntime Process: com.corra.bcApp, PID: 11377

10-05 09:48:00.081 11377 11413 AndroidRuntime android.content.res.Resources$NotFoundException: String resource ID #oxo

10-05 09:48:00.081 11377 11413 AndroidRuntime at android.content.res.Resources.getText(Resources.java:1134)

10-05 09:48:00.081 11377 11413 AndroidRuntime at android.content.res.Resources.getString(Resources.java:1228)

10-05 09:48:00.081 11377 11413 AndroidRuntime at android.content.Context.getString(Context.java:363)

10-05 09:48:00.081 11377 11413 AndroidRuntime at com.getcardflight.models.M.C(Unknown Source)

10-05 09:48:00.081 11377 11413 AndroidRuntime at com.getcardflight.models.M.a(Unknown Source)

10-05 09:48:00.081 11377 11413 AndroidRuntime at com.a.b.aK.run(SourceFile:1491)

10-05 09:48:00.081 11377 11413 AndroidRuntime at android.os.Handler.handleCallback(Handler.java:733)

10-05 09:48:00.081 11377 11413 AndroidRuntime at android.os.Handler.dispatchMessage(Handler.java:95)

10-05 09:48:00.081 11377 11413 AndroidRuntime at android.os.Looper.loop(Looper.java:136)

10-05 09:48:00.081 11377 11413 AndroidRuntime at android.os.HandlerThread.run(HandlerThread.java:61)`

我无法确定崩溃的原因。有人可以帮我吗?如果需要更多信息,请告诉我。

1 个答案:

答案 0 :(得分:0)

如果您使用的是pgdaniel https://github.com/pgdaniel/cordova_cardflight的插件,那么它现在看起来只适用于iOS。

http://plugreg.com/plugin/pgdaniel/cordova_cardflight显示兼容性,同时检查github上的repo只显示src/ios文件夹。

你找到了解决方案吗?我也想在android上使用cardflight。