I have Sencha Touch app for android in Eclipse,
When I launch the app on mobile with 4.1.1 its work just fine,
When I launch it on 4.0.4 I’m getting a white blank screen and the error:
[Ext.Loader] Failed loading {file name}, please verify that the file
exists atsencha-touch-all
for all my js file (view, models and the rest..)
The project build for Android 2.3.3..
I can’t figure out the problem
I just added to the top 2 lines of my app.js the rows:
and the problem solved!