I build a very simple Sencha-Touch-2 app and deployed it to Eclipse.
The app work on Chrome, but on the device I’m getting the following error:
E/dalvikvm(270): Could not find class ‘android.webkit.WebResourceResponse’, referenced from method org.apache.cordova.CordovaWebViewClient.generateWebResourceResponse
I tried to google it but didn’t found solution for me.
My App is at android 2.3.1 level and my device is 4.1.1 and it doesn’t work on both of them.
Thanks
Do you have ‘cordova-1.9.0.jar’ in your ‘/libs’ folder ?
Make sure this is in /libs folder if you are using ADT 17 or above version.