new to urho3d and android programming.
i have tried to write something with urho3d in windows with vs2010,now i want to run these example in android.
searched for something that tell me with the following command
android update project -p . -t 1
make -j8
ant debug
then i get a debug version apk file,everything seems to be fine but i found it’s hard for me to package just one example, not all of them.
probably because i’m new to android and i really got no idea how cmake works and how these file compiled
i totally dont know how to config the command to just package one example.
let’s say the first one hello world example.i just want this example to package in the apk file,then i guess the size of the file should be within 10mb,
now it’s 84mb,i think it’s too big for an android programm,and i know it’s because all demo example all package inside.37 examples i guess.
and i try to use the forum search on compile and android,it always tells me they just too common words,and leave no result.
so i guess i have to post a thread for asking.
could anybody tell me,or some hint where i should look for, how can i do this?thanks.