我是用smartcardio.Everything worked perfect.Now编写的java控制台应用程序,我想在安卓系统中使用这个库。据我所知,安卓系统不支持smartcardio。我在Google.If上搜索了一下,有谁知道我如何在Android中使用这个库,或者有什么替代方案?谢谢
发布于 2017-11-01 14:39:15
尝试使用此alternative。代码看起来很像。您将需要克隆项目。编译jar。并放入Android项目lib目录。
发布于 2017-11-15 16:49:46
你不能在Android中使用smartcardio库,因为你已经知道了。如果您打算在非接触式界面中与智能卡通信,我建议您查看下面的库https://developer.android.com/reference/android/nfc/package-summary.html https://developer.android.com/guide/topics/connectivity/nfc/advanced-nfc.html
如果您打算与SE进行通信,可以查看https://github.com/seek-for-android/pool/wiki/UsingSmartCardAPI
发布于 2017-11-21 14:42:50
如果你想使用ccid智能卡读卡器,你必须找到用于android的ccid库。像acs这样的一些公司已经发布了android库。
对于非接触式支持,你必须使用安卓(android.nfc)中定义的特定软件包。也许这个链接可以帮助你。http://www.codexpedia.com/android/android-nfc-read-and-write-example/
祝好运。
https://stackoverflow.com/questions/47049308
复制相似问题