I'm trying to compile vimtouch_fullruntime source code using ant, but it says build.xml is missing. I've successfully compiled vimtouch, but it seems full runtime should be built in another way.
Is there something I am doing wrong?
Any help would be much appriciated.
Hovewer, the following worked fine when executed in cloned directory:
android update project -p . --target android-18 && ant debug
Thanks!