From: Panayotis K. <pan...@pa...> - 2011-04-07 21:23:37
|
On Apr 7, 2011, at 11:21 PM, John Comeau wrote: > > The AndroidManifest.xml of your demos all have minSdkVersion = "4". Yes I know, but this is a leftover. Consider that all demos should work with minimum version 7. > > "svn diff" shows my current copy of aFireworks is unchanged. It works > fine using "ant run-Java". It fails with "ant run-Android". Same for > xokoban. The "sayhello" demo, on Android, works up to the point where > I click the button, then it fails. This was all using a 2.2.3 > emulator; for some reason, "sayhello" crashes on startup on a 1.6 > emulator. Still I didn't understand. If you go to the xmlvm root directory, perform "ant clean ; ant jar" and then go to the aFireworks directory and perform "ant run-Android", still doesn't work? The build files etc of the android demo projects are not 100% the same with the project skeleton files. Did you try with the official XMLVM project directory and failed? (with version 2.1 of Android SDK?) |