使用Android Studio和LibGDX制作iOS应用程序

时间:2022-06-15 01:28:46

I want to make an app (not a game) for both Android and iOS. I have used LibGDX to make a game before and I like this because with one Java code it makes the app for both Android and iOS. However, I want to make an app that is not a game for iOS and Android with one Java code. Is my only solution to use the game engine LibGDX to make the app or is there another was I can do this.

我想为Android和iOS制作应用程序(不是游戏)。我之前使用LibGDX制作游戏,我喜欢这个,因为有了一个Java代码,它就可以为Android和iOS制作应用程序。但是,我想用一个Java代码创建一个不适合iOS和Android游戏的应用程序。我唯一的解决方案是使用游戏引擎LibGDX来制作应用程序,还是在那里我可以做到这一点。

I want to use one code in Java on a windows computer to make the app.

我想在Windows计算机上使用Java中的一个代码来制作应用程序。

1 个解决方案

#1


2  

Intel has recently introduced INDE Multi-OS Engine early access programm: https://software.intel.com/en-us/intel-inde-multi-os-early-access

英特尔最近推出了INDE Multi-OS Engine早期访问程序:https://software.intel.com/en-us/intel-inde-multi-os-early-access

It allows to write you app for both Android and iOS in Java. Good technical overview is here: https://software.intel.com/en-us/blogs/2015/07/30/multi-os-engine-of-intel-inde-technical-overview

它允许用Java为Android和iOS编写应用程序。好的技术概述在这里:https://software.intel.com/en-us/blogs/2015/07/30/multi-os-engine-of-intel-inde-technical-overview

使用Android Studio和LibGDX制作iOS应用程序

It let's to create Java applications in Android Studio for both iOS and Android platforms with a possibility to share logic between them.

它允许在Android Studio中为iOS和Android平台创建Java应用程序,并且可以在它们之间共享逻辑。

Also there is a way to develop an app on Windows-host with Mac build server in LAN.

还有一种方法可以在Windows主机上使用Mac中的Mac构建服务器开发应用程序。

使用Android Studio和LibGDX制作iOS应用程序

#1


2  

Intel has recently introduced INDE Multi-OS Engine early access programm: https://software.intel.com/en-us/intel-inde-multi-os-early-access

英特尔最近推出了INDE Multi-OS Engine早期访问程序:https://software.intel.com/en-us/intel-inde-multi-os-early-access

It allows to write you app for both Android and iOS in Java. Good technical overview is here: https://software.intel.com/en-us/blogs/2015/07/30/multi-os-engine-of-intel-inde-technical-overview

它允许用Java为Android和iOS编写应用程序。好的技术概述在这里:https://software.intel.com/en-us/blogs/2015/07/30/multi-os-engine-of-intel-inde-technical-overview

使用Android Studio和LibGDX制作iOS应用程序

It let's to create Java applications in Android Studio for both iOS and Android platforms with a possibility to share logic between them.

它允许在Android Studio中为iOS和Android平台创建Java应用程序,并且可以在它们之间共享逻辑。

Also there is a way to develop an app on Windows-host with Mac build server in LAN.

还有一种方法可以在Windows主机上使用Mac中的Mac构建服务器开发应用程序。

使用Android Studio和LibGDX制作iOS应用程序