Re: Euphoria for Android
- Posted by acEduardo May 27, 2016
- 5021 views
ghaberek said...
I think you're going to have an awfully hard time creating an actual app with Euphoria. The frontend of Android runs through the Android Runtime (ART) which is all Java based and cannot be interfaced via other components (i.e. native C/C++). The Android NDK (Native Development Kit) only allows for creating parts of the application in C/C++. The frontend must always be written in Java.
I found this: DroidScript: Android apps with JavaScript. If they can, someone can too!! :D
At the moment, just compiling the Euphoria interpreter will be a great victory already.