BasisAndroid
BasisAndroid copied to clipboard
Native Android application development with haxe
Hello. How do I run a basic background service on Android using Haxe?
I installed via haxelib. Then, I wanted to try the examples. I guess they do not exist via haxelib. I cloned the Randonee/BasisAndroid repo, then cd'd into the examples directory....
I want to build the example project with the suggested command `haxelib run basis build.basis android`, but I get the following build errors: ``` haxe/src/example/MainView.hx:9: characters 7-38 : Class not...
There are three questions 1 how to import Android native code library. As java2haxe tools? Still need to manually write code. 2 can be combined with the NME library? 3...
build basis error: D:\Motion-Twin\haxe3\haxe\lib\basis\git>haxe build.hxml Sys_error("build/run.n: No such file or directory") build basisAndroid error: D:\Motion-Twin\haxe3\haxe\lib\basisAndroid\git>haxe build.hxml Error: Library xapi is not installed : run 'haxelib install xapi' D:\Motion-Twin\haxe3\haxe\lib\basisAndroid\git>haxelib install xapi...
Hello, When I build NME app targetting android with FlashDevelop, it will build it like this: haxelib run nme build (my app path)\application.nmml android Using Basis, in the command line,...