mobileorg-android icon indicating copy to clipboard operation
mobileorg-android copied to clipboard

Document how to build an .apk

Open the-kenny opened this issue 12 years ago • 3 comments

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.

the-kenny avatar Mar 29 '12 23:03 the-kenny

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

kvj avatar Mar 29 '12 23:03 kvj

Might I suggest adding them as submodules then? This way anyone could just git clone --recursive <remote-url> and automatically get all dependencies.

the-kenny avatar Mar 29 '12 23:03 the-kenny

That's good idea

kvj avatar Mar 29 '12 23:03 kvj