ST2 - Android 4.03 - Phonegap 1.2 through 1.41
I am having the same problem with Developing for Android 4.0. Loader is not finding the dependency files and throwing an unknown chromium error. While I agree that there may be a work around for this ... it is not viable for us because we are in our final development stages and need to troubleshoot problems on the actual device itself. These workarounds do not address this. As far as using the SDK builder, our development machines are Windows based machines, thus the Sencha builder is currently of no use to us.
It is hard to believe that ST2 has made it this far and is about to hit a frozen API Release candidate version with such a significant bug in it. I understand that ice cream sandwich is only about 1% of the market right now, but with its anticipated full release and upgrade to hit all eligible devices in April, you would think that this bug would be a higher priority and would have been resolved by now.
Even if it turns out to be a phonegap issue, I think it would be smart for the ST team to find a packaging resolution that works well with phonegap.
1 Attachment(s)
Not sure this isn't a sencha touch issue
I too was running into a similar problem with phonegap and sencha touch and android 2.3 and 3.1, so I created a simple hello world app without phonegap and tried it -- it failed on 3.1, but not with the error I expected. I had beforehand received a "Viewport.js not found error", but this time I got an "Ext" not found error on 3.x only.
Here is my sample "helloworld" app that works on 2.x and not on 3.x.
Attachment 32823
Since I am a newbie, the one factor that I am not sure of is the following: My current java project is really based on android 2.3.3, and I deployed it to my 3.1 target machine. Maybe I really do need to make a new java project with 3.x so that I can deploy to the 3.1 target machine -- although I was under the impression that sencha tools do not require this step. Correct me if I am wrong, please.
Opps, somehow I missed the previous post which explains that this is an android issue. Sorry for the rant. I will try the suggested fix.