qingsongwill

Results 1 issues of qingsongwill

插件中集成 nfc 功能,报错信息如下: java.lang.NoSuchMethodError: No virtual method enableForegroundDispatch(Lcom/tencent/shadow/core/runtime/ShadowActivity;Landroid/app/PendingIntent;[Landroid/content/IntentFilter;[[Ljava/lang/String;)V in class Landroid/nfc/NfcAdapter; or its super classes (declaration of 'android.nfc.NfcAdapter' appears in /system/framework/framework.jar!classes2.dex) NfcAdapter 中的 enableForegroundDispatch 第一个参数是 Activity 类型,在插件的 dex 文件中看到 Activity...