From: Tymen S. <tym...@it...> - 2012-03-27 10:05:54
|
I encountered the exact same problem as the previous post (as written below). " For some reason 'android-on-iphone' is not an acceptable xmlvm target for me. Why is this? Did I build xmlvm without the right path to Android? Has anyone else seen this? I am on Mac OS 10.7 - James " In the documentation it states that the ' android-on-iphone' target should be used to cross-compile an Android application to the iPhone where the Android compatibility library will be copied to the output directory. " xmlvm --in=/foo --target=android-on-iphone --iphone-app=TheApplication Same as the previous example, but will also copy the Android compatibility library to the output directory. This effectively allows Java-based Android applications to be cross-compiled to the iPhone. " Anybody who can help with this issue? Thanks in advance. Tymen |