Tagged Questions
0
votes
2answers
55 views
Imposible to build an android version of my project with nme, haxe and flashdevelop
I’m trying to compile my nme project for android, but until this moment it has been impossible for me. The error message that I’m getting is
Running process: C:\Program Files
...
1
vote
3answers
138 views
Pros and Cons for HaXe and Kivy
I'm looking to develop an application for iOS, Android, Windows Phone and for Desktop no matter if it's web or standalone. Does anyone have experience with HaXe + NME or Kivy that they can share in ...
0
votes
1answer
95 views
Using Bluetooth with Haxe NME
I was planning to use Haxe NME to develop a simple bluetooth chat application.
Is it possible to use device specific native APIs with Haxe? Or is there some wrapper class available to use bluetooth?
0
votes
1answer
263 views
Haxe NME project with Android target fails to deploy: Activity class does not exist
I created an NME project in FlashDevelop, in the Main.hx I loaded a Bitmap then clicked on the build button with android as target. The build successfully finishes but then I get the following error:
...
0
votes
0answers
287 views
Haxe NME BUILD FAILED Android
I'm trying to compile HAXE NME for Android and I'm getting the following error:
BUILD FAILED
/opt/Android SDK/tools/ant/build.xml:710: The following error occurred while executing this line:
...
2
votes
1answer
398 views
nme haxe, unable to build on android platform with flashdevelop
i'm just getting to know nme haxe developing, i'm currently using flashdevelop. I have a problem when building a sample app (piratepig) under android platform : lots of "no such file or directory". ...
2
votes
1answer
255 views
Admob via Adwhirl: Not enough space to show ad! Wants: 480, 75, Has: 480, 0
I have searched around and cannot seem to find an answer to an answer to this issue that works.
The error I get is "Not enough space to show ad! Wants: 480, 75, Has: 480, 0"
It seems that for some ...
0
votes
1answer
79 views
Using ASWing HAXE version to target android
I just checked out the haxe version from http://svn.aswing.org/aswing/trunk/haXeAsWing/
And copied the org folder next to com folder of my project, if I target flash player in FlashDevelop, it will ...
0
votes
1answer
562 views
Where is the deployed apk file? how to uninstall it with adb?
I have tried to install my apk using adb like this:
D:\C_Desktop\Development\Android SDK\platform-tools>adb install "C:\test_haxe\bin\android\bin\bin\testhaxe-debug.apk"
4274 KB/s (3702929 bytes ...
1
vote
0answers
443 views
Can't install the resulted apk file
After long hours, I finally compiled the Haxe code targeting android using FlashDevelop.
I copied the bin folder, which contains the apk file to my phone, when I tap the apk file, the "Do you want to ...
0
votes
1answer
191 views
drag and drop with haxe nme
i'm trying to make a simple drag and drop in haxe NME targeting touch devices, but i'm unable to.
i tried, startDrag(), a combination of mouseDown, mouseUp and mouseMove,another combination of ...
1
vote
1answer
109 views
can't see apk on android emulator
i'm developing a game with HaXe NME, and android 2.2 (SDK 8, the version supported by haxe nme). i have been able to upload the files using adb, i see it in DDMS explorer, and the counter of data of ...
1
vote
1answer
385 views
Trivial Haxe (haxepunk) game runs far too slow on HTC Desire (Icecream Sandwich)
I've made a simple, 3 frame, animation of a character walking to wherever you click on screen using Haxe+ Haxepunk... Well I copy/pasted code from online tutorials just to test Haxe out.
This runs ...
1
vote
1answer
228 views
Haxe:Crash when build to android target
I am new to HaXe.Today I install it by reading the instructions in the http://www.haxenme.org;
and download the "Acurate Example".
I run the example with FalshDevelop, when I build it to flash(nme ...
1
vote
1answer
381 views
Unable to compile NME for Android
Okay, so I'm trying to get an initial build of the NME sample files onto an Android device.
I can build for platforms such as HTML5, Flash and Windows, but I can't get it onto Android - I always get ...
1
vote
2answers
176 views
Migrate Java Desktop Application to Android and iPhone [closed]
I have a desktop Java Application and need to migrate it to all kinds of smartphones.
Here's a short summary of what it does:
It can record human speach, save it to a wav file and send it to a ...
0
votes
0answers
60 views
How to embbed a haxe application in a flex mobile application?
Is it possible to embbed a haxe application in an flex mobile application?
Thing is, I need to record videos locally and I would like to use a lightweight media server that is written in haxe. So it ...
-2
votes
1answer
306 views
haxe, phone gap, jquery mobile instead of native app
I've learning Android development using java for 10 month and I've thought about start in windows phone and iOS but lately I've read about phone gap and jquery mobile which allows you to write your ...