Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android - Sencha Touch 2 PhoneGap issue for 4.0.x

I have an Android HTC Amaze and an Android HTC Desire. My Sencha Touch 2 apps wrapped by PhoneGap work excellent for the Desire but they refuse to load on the HTC Amaze 4.0.3. I'm getting this kind of errors in log -

08-24 17:08:37.577: E/chromium(16106): external/chromium/net/disk_cache/stat_hub.cc:190: [0824/170837:ERROR:stat_hub.cc(190)] StatHub::Init - App "appname" isn't supported. 

Can anybody help?

like image 326
Vahan Avatar asked Aug 24 '12 22:08

Vahan


1 Answers

Try to update cordova version as latest one.

cordova -v npm install -g cordova 

current recent cordova version is 8.x. and please check which cordova plugins are installed.

like image 185
sirius2013 Avatar answered Sep 27 '22 19:09

sirius2013