From: Olaf G. <Zor...@gm...> - 2010-03-26 14:37:39
|
Thanks Arno, thanks Wolfgang! Your last two posts gave me the missing link - but still, I am a little bit confused. In my first post, I already had those questions: how do the ressources get into the Xcode project and why does the cross compilation not make use of class/dex files!! The answer: the in-parameter should point to the classes, not the sources? And: there is a resource parameter (which is not described in the documentation... :-( ) I am now trying to understand the build.xml, but it's rather painful. Could someone give me a short example how you cross compile... I have never (manually) used javac - I always do everything in Eclipse... So, having ANY Android program in Eclipse. 1) run it in the Android emulator - this will compile it to .class files (and also to an .apk - but is that also used by xmlvm??) 2) the correct command line arguemts for xmlvm: -in=pointing to which directory?? the project? the apk? -target=android-on-iphone -out=(i never used it, always cross compiled to the current dir) -resource=the res directory of the Android project? plus the Manifest? what else? 3) opening the Xcodeproject file in Xcode, press Build & Run That's it? Am I right?? Thanks a lot!! Olaf |