From: John C. <jc...@un...> - 2011-04-07 00:24:00
|
Hi Sascha, the AndroidManifest.xml that came with the demo shows a versionCode of 3 and a minSdkVersion of 4 (if that means anything; I'm new to Android as well). I built it with a custom Makefile (I hate IDEs) using "make afireworks.android", the result of which is to "cd afireworks && ant -s build.xml.back install". Just tried it on a 2.3.3 level 10 emulator, same result. The build.xml.back existed because after the first failure I moved the existing build.xml to /tmp; updated the project using "android update project --path afireworks"; and migrated it to xvmlm again using "java -jar /usr/src/xmlvm/trunk/xmlvm/dist/xmlvm.jar --skeleton=android:migrate --out=afireworks". Then checked again that it ran fine in the iPhone emulator, despite several warnings about "Unable to resolve resources" (which seem to occur with every xmlvm project). The main reason I'm attempting this is because I can't seem to get anything non-trivial working on both Android and xmlvm, and I'm hoping your demos can help me bridge the gap. Thanks -- jc On Wed, Apr 6, 2011 at 5:00 PM, Sascha Haeberling <sa...@xm...> wrote: > Hi John, > how did you compile and install the application? > Btw: 1.6 is a really old API. Maybe you compiled it for a new version. Try > it with a 2.3 emulator. Google APIs are not needed. > // Sascha > > On Thu, Apr 7, 2011 at 1:58 AM, John Comeau <jc...@un...> wrote: >> >> I'm able to run the afireworks demo fine using "ant run-Java", but >> trying to run it on a Google APIs 1.6 emulator using "ant install" >> gives an error "rejecting opcode 0x6e at 0x0007": see >> http://pastebin.com/EptG0Zid for logcat output. Any clue as to what >> I'm doing wrong? >> -- >> John Comeau <jc...@un...> http://jc.unternet.net/ >> "A place for everything, and everything >> all over the place" >> >> >> ------------------------------------------------------------------------------ >> Xperia(TM) PLAY >> It's a major breakthrough. An authentic gaming >> smartphone on the nation's most reliable network. >> And it wants your games. >> http://p.sf.net/sfu/verizon-sfdev >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > -- John Comeau <jc...@un...> http://jc.unternet.net/ "A place for everything, and everything all over the place" |