Hi all,
Lurking since the first release of construct classic until now...
First of all I want to thank Scirra guys for the great work behind Construct 2.
I'm prototyping a "sonic-style" speedy platform game with the charachter controlled by accelerometer values.
I found mobile performance not so tragic since the beginning of development and with some extra tweaks now I'm getting a 15-20 FPS framerate with BG music and sfx on an average samsung galaxy ace (single core 800Mhz CPU, gingerbread 2.3.3, can't wait to see results on ICS with hw acceleration and I'm really curious about windows phone mango html5 native support)
I currently use Eclipse and Cordova-1.7.0rc1.js to pack native android apps and in my case actually is the only way to hear something on my phone (no sounds from phonegap automatic builds).
Tried also with appmobi but, despite a slightly better framerate, poor sound support and the never resolved apk permissions issue convinced me to switch to cordova-phonegap.
As Ranma said, building the whole development environment (Eclipse-Android sdk-adt plugin-cordova) can be really frustrating but I think is currently the only solution to make something uploadable on google play (until directcanvas support?).