This command run at the root of an android directory:
xmlvm --in=. --out=xmlvm --target=android-on-iphone --iphone-app=wingman
Gives the result:
[02/03/12 00:47:54.487] ERROR: Targets: Could not find target by name: android-on-iphone
Error: Unkown target: android-on-iphone
Usage:
xmlvm [--in=<path> [--out=<dir>]]
[--deps=<dep1,dep2,...>]
[--target=[xmlvm|dexmlvm|jvm|clr|dfa|class|exe|dex|js|java|c|python|objc|iphone|qooxdoo|vtable|webos|csharp]]
[--skeleton=<type>]
[--lib=<name>
[--app-name=<app-name>]
[--resource=<path>]
[--qx-main=<main-class> [--qx-debug]]
[--debug=[none|error|warning|all]]
[--version] [--help]
Give --help parameter to see more detailed command line instructions.
I'm having the same problem. Have you ever solved this?
I had a local copy of the SVN repo from 20-10-2011 and the android-on-iphone target argument worked in that version. Does anyone know in which revision it was removed?