Android是否有Erlang实现? [英] Is there an Erlang implementation for Android?

查看:106
本文介绍了Android是否有Erlang实现?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道Android上可以使用多种语言来构建应用程序,其中大多数与JVM相关,但是我无法为其找到Erlang实现。

I know of many languages that can be used on Android to build apps, most of them JVM-related, but I have not been able to find an Erlang implementation for it.

是否有Android的Erlang端口?

Is there a port of Erlang for Android?

如果没有可用的良好端口,该怎么做? >

If there is not a good port available, how would one go about making such a port?

推荐答案

尝试以下操作: http://code.google.com/p/erlang4android/

您需要安装新的APK,该APK可用于下载实际的APK Erlang二进制文件。

You need to install the new APK, which can be used to download the actual Erlang binaries.

此应用程序安装了小版本的Erlang(即erlang_R16.zip),可与SL4A一起使用。

This app installs a small version of Erlang (i.e. erlang_R16.zip) for use with SL4A.

首先安装SL4A,然后安装此应用,然后运行此应用安装Erlang / OTP,并使用SL4A运行您的Erlang代码。

First install SL4A, then this app, then run this app to install Erlang/OTP and use SL4A to run your Erlang code.

使用该应用程序,您可以从存储库中添加OTP应用程序。

Using the app you can add OTP applications from a repository.

在主屏幕上,您可以选择菜单选项设置以指定启动Erlang时将使用的其他命令行参数。例如,要开始分发,请指定 -name myandroid@example.org -setcookie mysecretcookie(不带引号和相关值)。

From the main screen you can select the menu option "Settings" to specify extra command line arguments that will be used when Erlang is started. For example, to start distribution, specify "-name myandroid@example.org -setcookie mysecretcookie" (without the quotes and with relevant values).

已更新

关于为Android构建Erlang

这篇关于Android是否有Erlang实现?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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