Randonee / BasisAndroid

Native Android application development with haxe
34 stars 7 forks source link

How to build in the haxe3 environment #4

Open darcyg opened 11 years ago

darcyg commented 11 years ago

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 No such Project : xapi

build basisAndroid example error: D:\Motion-Twin\haxe3\haxe\lib\basisAndroid\git>cd example

D:\Motion-Twin\haxe3\haxe\lib\basisAndroid\git\example> haxelib run basis build. basis android Library basis version dev does not have a run script

Randonee commented 11 years ago

This should not be happening with the latest git code. You may also need the latest Basis installed as well. Try getting the latest of both Basis and BasisAndroid and then running "ant install" for Basis first then BasisAndroid.

darcyg commented 11 years ago

In the basis directory, run ant install. Will cause the basis directory is clean.

Randonee commented 11 years ago

Sorry but I don't your comment.

The install ant task will delete the current build, rebuild, then install to your haxelib directory.