mobileorg-android
mobileorg-android copied to clipboard
Document how to build an .apk
I plan to add some niceties to MobileOrg NG, but I can't get the project to build.
I got as far as updating the build.xml to the newest format but now ant debug
compains about not being able to find ../android-actionbar/actionbar
. (I have a working dev-environment for Android)
It would help to have a short document describing how to set up a working environment for building MobileOrg.
Hi,
You need to clone/fork https://github.com/kvj/android-actionbar honeycomb-support branch. You also need https://github.com/kvj/android-file-dialog in order to build MobileOrgNG
Might I suggest adding them as submodules then? This way anyone could just git clone --recursive <remote-url>
and automatically get all dependencies.
That's good idea