gpt4 book ai didi

Android NFC Android 应用程序记录错误

转载 作者:行者123 更新时间:2023-11-29 22:02:40 24 4
gpt4 key购买 nike

我正在尝试使用 createApplicationRecord(packagename) 添加应用程序记录,如 Android developer link 中所述到我的 NdefMessage,我看到一个错误:

The method createApplicationRecord(String) is undefined for the type NdefRecord

我已经从 Eclipse 更新了我的 Android SDK 管理器。这是代码的一部分:

private NdefMessage getMessageAsNdef() {
byte[] textBytes = mInfo.getBytes();
NdefRecord textRecord = new NdefRecord(NdefRecord.TNF_MIME_MEDIA,
"text/plain".getBytes(), new byte[] {}, textBytes);
return new NdefMessage(new NdefRecord[] { textRecord, NdefRecord.createApplicationRecord("com.nfcgeo.mypackage") });
}

最佳答案

检查您在 Eclipse 中的项目设置是否已将 Android“项目构建目标”设置为 API 级别 14 或更高。 NdefRecord.createApplicationRecord() 仅适用于 Android 4.0 ICS 及更高版本。

关于Android NFC Android 应用程序记录错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11570286/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com