forum > Haxe Android+iPhone
-
Ashiq A. Jun 01 at 23:34
The Haxe home page seems to strongly imply that it runs on Android and iPhone. From what I can gather, there's no Android support yet; ditto for iPhone. It seems like the supported platforms are Flash, PHP, Javascript, and C++.
DOES Haxe run on Android and iPhone? Can I build a Haxe app that will deploy to Android and to iPhone?
-
Kristopher Reed Jun 14 at 08:35
I am a little late on the draw, but the following blog post has an example project file that can compile to several different targets (including android and iphone) with a single command:
http://www.joshuagranick.com/blog/?p=379Be sure to reference how to install nme, and any other libraries needed (like android dev stuff).