From: Ryan D. <ry...@ho...> - 2012-07-06 18:06:18
|
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 |