extjs - Sencha Touch native build for Android -


greetings… has seen , solved problem before. finished first sencha touch app, , works in browser/development environment. however, i’ve been stuck couple of days on last mile of native build process using cordova. use accordionlist plugin defines pl store & model on demand. after extensive troubleshooting, problem seems point model definition extends src/data/model.js error says, ‘cannot read property ‘set’ of undefined (repeated 2 times) , seems point last line of code below.

// create static setters , getters each config option             (i = 0; < staticconfigsln; i++) {                 key = staticconfigs[i];                 (j = 0; j < copymethodsln; j++) {                     methodname = confignamecache[key][copymethods[j]]; 

the app gets stuck on initial splash screen after native or testing builds. works fine in pre-build browser mode. i’m using windows 7 w/xampp , php/mysql, android sdk level 19, sencha touch 2.3.1 , sencha cmd 4.0.4.84

any tips, ideas or suggestions appreciated.

i trying load stores out of sequence, difficult see in minifed mode. able overcome hurdle, not quite finished yet. help!


Comments