From: Markus N. <mar...@gm...> - 2012-07-06 18:26:36
|
Hi Ryan, .class files are handled with the --in as you have already figured out. To add additional resources xmlvm uses the --resource parameter. If you're using eclipse the app will be compiled as .class files to yourproject/bin/classes by default. Eclipse just won't show them. For a typical Android project the complete call could look something like this: java -jar xmlvm.jar --in=yourproject/bin/classes --out=out --target=iphonecandroid --app-name=YourProject --resource=yourproject/AndroidManifest.xml --resource=yourproject/res @Ryan: Sorry for the spam. Didn't reply all at first Cheers, Markus On Fri, Jul 6, 2012 at 11:06 AM, Ryan Dean <ry...@ho...> wrote: > I'm sorry if this question seems trivial, I hope that it is. > > I am an android application developer, and am looking into using xmlvm to > cross-compile a few very simple android apps to the i-phone (most the work > is handled on the server-side, so this is basically just a ui with some > POST stuff going on) > > I've successfully set up xmlvm, xcode, the android sdk, and the like on a > mac running snow leopard. My question is this: from my understanding of the > documentation, xmlvm looks for .exe, .class and .xmlvm files from the input > parameter. Since my app utilizes androids xml layouts, and certain > important pieces of information is stored in xml files (and packaged art > files) - how do I go about compiling the android app to be comprised of > class files? Developing in Eclipse allows for exporting to apk files, but > i'm not seeing another way to package these as class files appropriately. > > Thank you for your time. > > Ryan Dean > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > |