如何使用 nfctools java 库编写外部类型记录?

How to write external type record using nfctools java library?

我正在尝试使用 nfctools java 库 (https://github.com/grundid/nfctools) 将外部类型 ndef 记录写入 MIFARE ULTRALIGHT 卡,但未成功。有人试过这个吗?

Android Application record or the GeoRecord一样创建外部类型的记录、解码器和编码器。然后使用 NdefContext.registerExternalType(..) 注册它们。