使用带XMLVM到Android应用转换为iPhone应用程序 [英] Use with XMLVM to convert android app to iphone app

查看:134
本文介绍了使用带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演示位于目录演示/安卓/

Sample projects

Under the folder demo, various demo projects exist, to test XMLVM system. This section will describe only iPhone and Android based demo projects. These demo projects can be run either from the command line, or from and IDE, such as Eclipse and Netbeans. The source code of the Java-for-the-iPhone demos is located in directory demo/iphone/, whereas the source code of the Android-to-iPhone demos are located in directory demo/android/.

这些都是自给自足的项目,由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:

2.2.3 Using Apple’s Xcode IDE

The Makefile generated by XMLVM can only compile and deploy the appli- cation on Apple’s emulator. Given the complexity of code signing that Apple requires for all native iPhone applications, you will need to use Xcode if a cross-compiled Java application is to be deployed on a device. The following steps explain the process of compiling an XMLVM-generated application using Xcode:

(指令列表)

您需要安装X code(有 一个很好的教程: 的http://mobileorchard.com/how-to-make-iphone-apps-part-1-x$c$c-suite-and-objective-c-3/)

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

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

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆