Hey folks , great engine ,
i had some time to play with it , so i managed to import the engine and run the ninja example running OK
on 3 years old Samsung note mini tablet with android version 2.3.3.
i have to do few eclipse configurations to make the build work in short :
1. when importing the android example project DONT copy the checkbox that says to copy project to workspace , just dont
2. project -> builders -> New -> Program :
2.1 location -> where is the NDK make.exe located
2.2 working directory -> you urho3d project
2.3 Arguments -> leave blank
2.4 press Ok to finish
3 . c/c++ build ( in the same window still )
3.1. check out the " Use default build command "
3.2.Build command : leave blank
3.3 apply
now just build the project and watch it build , when wanting to run the example just configure "Debug As" as simple android application . and RUN on your android .
now questions .
1. how can i run the other examples of the engine in android ?
2. what will be involved to make project that is now as it setup now
that is player running script . i want natived compiled app .
thanks