I am developing android application using phonegap-nfc plugin. I am using the following nfc reader code. https://github.com/don/phonegap-nfc-reader To simulate nfc tags, i am using the FakeTagsActivity used in google android nfc demos. However when the FakeTagsActivity triggers TagViewer activity, the application fails to initialize the nfc-plugin. Below is the logcat of my application.
08-19 10:37:17.737: I/dalvikvm(418): Could not find method android.webkit.WebView., referenced from method org.apache.cordova.CordovaWebView. 08-19 10:37:17.737: W/dalvikvm(418): VFY: unable to resolve direct method 326: Landroid/webkit/WebView;. (Landroid/content/Context;Landroid/util/AttributeSet;IZ)V 08-19 10:37:17.737: D/dalvikvm(418): VFY: replacing opcode 0x70 at 0x0001 08-19 10:37:17.737: D/dalvikvm(418): VFY: dead code 0x0004-0059 in Lorg/apache/cordova/CordovaWebView;. (Landroid/content/Context;Landroid/util/AttributeSet;IZ)V 08-19 10:37:17.887: D/dalvikvm(418): GC_EXTERNAL_ALLOC freed 75K, 52% free 2590K/5379K, external 2032K/2137K, paused 73ms 08-19 10:37:18.418: I/CordovaLog(418): Changing log level to DEBUG(3) 08-19 10:37:18.418: I/CordovaLog(418): Found preference for useBrowserHistory=false 08-19 10:37:18.418: D/CordovaLog(418): Found preference for useBrowserHistory=false 08-19 10:37:18.438: E/dalvikvm(418): Could not find class 'android.webkit.WebResourceResponse', referenced from method org.apache.cordova.CordovaWebViewClient.generateWebResourceResponse 08-19 10:37:18.438: W/dalvikvm(418): VFY: unable to resolve new-instance 119 (Landroid/webkit/WebResourceResponse;) in Lorg/apache/cordova/CordovaWebViewClient; 08-19 10:37:18.438: D/dalvikvm(418): VFY: replacing opcode 0x22 at 0x0046 08-19 10:37:18.438: W/dalvikvm(418): VFY: unable to find class referenced in signature (Landroid/webkit/WebResourceResponse;) 08-19 10:37:18.438: D/dalvikvm(418): VFY: dead code 0x0048-004c in Lorg/apache/cordova/CordovaWebViewClient;.generateWebResourceResponse (Ljava/lang/String;)Landroid/webkit/WebResourceResponse; 08-19 10:37:18.488: W/dalvikvm(418): VFY: unable to find class referenced in signature (Landroid/webkit/WebResourceResponse;) 08-19 10:37:18.498: W/dalvikvm(418): VFY: unable to find class referenced in signature (Landroid/webkit/WebResourceResponse;) 08-19 10:37:18.498: I/dalvikvm(418): Could not find method android.webkit.WebViewClient.shouldInterceptRequest, referenced from method org.apache.cordova.CordovaWebViewClient.shouldInterceptRequest 08-19 10:37:18.498: W/dalvikvm(418): VFY: unable to resolve virtual method 337: Landroid/webkit/WebViewClient;.shouldInterceptRequest (Landroid/webkit/WebView;Ljava/lang/String;)Landroid/webkit/WebResourceResponse; 08-19 10:37:18.498: D/dalvikvm(418): VFY: replacing opcode 0x6f at 0x0015 08-19 10:37:18.508: D/dalvikvm(418): VFY: dead code 0x0018-0019 in Lorg/apache/cordova/CordovaWebViewClient;.shouldInterceptRequest (Landroid/webkit/WebView;Ljava/lang/String;)Landroid/webkit/WebResourceResponse; 08-19 10:37:18.537: D/DroidGap(418): DroidGap.init() 08-19 10:37:18.547: D/CordovaWebView(418): >>> loadUrl(file:///android_asset/www/index.html) 08-19 10:37:18.593: D/PluginManager(418): init() 08-19 10:37:18.607: D/CordovaWebView(418): >>> loadUrlNow() 08-19 10:37:18.629: D/SoftKeyboardDetect(418): Ignore this event 08-19 10:37:18.767: D/SoftKeyboardDetect(418): Ignore this event 08-19 10:37:19.448: D/DroidGap(418): onMessage(onPageStarted,file:///android_asset/www/index.html) 08-19 10:37:19.727: D/szipinf(418): Initializing inflate state 08-19 10:37:19.727: D/szipinf(418): Initializing zlib to inflate 08-19 10:37:20.718: D/CordovaLog(418): ReferenceError: Can't find variable: init 08-19 10:37:20.718: D/CordovaLog(418): file:///android_asset/www/index.html: Line 13 : ReferenceError: Can't find variable: init 08-19 10:37:20.718: E/Web Console(418): ReferenceError: Can't find variable: init at file:///android_asset/www/index.html:13 08-19 10:37:20.737: D/Cordova(418): onPageFinished(file:///android_asset/www/index.html) 08-19 10:37:20.737: D/CordovaWebView(418): >>> loadUrlNow() 08-19 10:37:20.737: D/DroidGap(418): onMessage(onNativeReady,null) 08-19 10:37:20.737: D/DroidGap(418): onMessage(onPageFinished,file:///android_asset/www/index.html) 08-19 10:37:21.108: I/Database(418): sqlite returned: error code = 14, msg = cannot open file at source line 25467 08-19 10:37:21.537: D/NfcPlugin(418): execute init 08-19 10:37:21.537: D/NfcPlugin(418): Enabling plugin Intent { act=android.nfc.action.NDEF_DISCOVERED cmp=org.iiitb.nfc/.TagViewer (has extras) } 08-19 10:37:21.547: V/NFC(418): this device does not have NFC support 08-19 10:37:21.547: D/NfcPlugin(418): parseMessage Intent { act=android.nfc.action.NDEF_DISCOVERED cmp=org.iiitb.nfc/.TagViewer (has extras) } 08-19 10:37:21.547: D/NfcPlugin(418): action android.nfc.action.NDEF_DISCOVERED 08-19 10:37:21.568: W/Bundle(418): Key android.nfc.extra.TAG expected Parcelable but value was a [Landroid.os.Parcelable;. The default value was returned. 08-19 10:37:21.568: W/Bundle(418): Attempt to cast generated internal exception: 08-19 10:37:21.568: W/Bundle(418): java.lang.ClassCastException: [Landroid.os.Parcelable; 08-19 10:37:21.568: W/Bundle(418): at android.os.Bundle.getParcelable(Bundle.java:1106) 08-19 10:37:21.568: W/Bundle(418): at android.content.Intent.getParcelableExtra(Intent.java:3420) 08-19 10:37:21.568: W/Bundle(418): at com.chariotsolutions.nfc.plugin.NfcPlugin.parseMessage(NfcPlugin.java:246) 08-19 10:37:21.568: W/Bundle(418): at com.chariotsolutions.nfc.plugin.NfcPlugin.execute(NfcPlugin.java:125) 08-19 10:37:21.568: W/Bundle(418): at org.apache.cordova.api.PluginManager$1.run(PluginManager.java:185) 08-19 10:37:21.568: W/Bundle(418): at java.lang.Thread.run(Thread.java:1019) 08-19 10:37:21.677: D/DroidGap(418): onMessage(networkconnection,3g) 08-19 10:37:22.767: D/DroidGap(418): onMessage(spinner,stop)