本文介绍了使用带XMLVM到Android应用转换为iPhone应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你知道一些好的教程使用XMLVM进行转换的Andr​​oid应用程序,以iPhone应用程序?我是看电影在YouTube上关于这个十字架,但没有一个教程这一点。

Do you know some good tutorial to use XMLVM for convert android app to iphone app??I was watch a movie on youtube about this cross but there is not a tutorial for this.

谢谢!萨尔

推荐答案

这是否帮助?

http://xmlvm.org/documentation/

文件夹下的演示,各类示范项目的存在,来测试XMLVM系统。本节将描述只有iPhone和基于Android的示范项目。这些示范项目可以运行通过命令行,或和IDE,比如Eclipse和Netbeans。在Java-换了,iPhone演示源$ C ​​$ C位于目录演示/ iphone / ,而源$ C ​​$ C的Andr​​oid到-iPhone演示位于目录演示/安卓/

这些都是自给自足的项目,由XMLVM骨架过程中创建的相似(见下文的如何XMLVM下启动一个新项目)。

These are self contained projects, similar with the ones created by the XMLVM skeleton process (see below under How to start a new project under XMLVM).

http://xmlvm.org/slides/android2iphone-google-mtv.pdf

交叉编译的例子包括在文档包括以下命令:

The example of cross-compilation include in the documentation consists on the following command:

xmlvm --in = /富--target = Android系统上iphone --iphone-应用= TheApplication

在这里搜索递归的* .class,* .exe文件的目录/ foo,并且* .xmlvm文件,然后编译使用的Makefile 通过xmlvm产生的。

where the directory /foo is searched recursively for *.class, *.exe, and*.xmlvm files, and then compiling using make to read the Makefile generated by xmlvm.

http://www.xmlvm.org/documentation/manual.pdf (第17页​​):

From http://www.xmlvm.org/documentation/manual.pdf (page 17):

的Makefile 通过XMLVM产生只能编译和部署应用程序  阳离子对苹果的模拟器。鉴于code签署的复杂性苹果  要求对所有原生iPhone应用程序,您将需要使用X code。如果一个  交叉编译的Java应用是被部署在设备上。下列  步骤说明编制的XMLVM生成的应用程序的过程  使用X code:

(指令列表)

您需要安装X code(有一个很好的教程:的)

You will need XCode installed (there'sa nice tutorial here:http://mobileorchard.com/how-to-make-iphone-apps-part-1-xcode-suite-and-objective-c-3/)

这篇关于使用带XMLVM到Android应用转换为iPhone应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-14 20:38