Re: [Dhis2-devs] build event tracker fail

2016-06-13 Thread rudi hidayat
Hi Araz thanks for your info, I can build successfully after checkout source code from develop branch thanks so much :) regards *rudi hidayat* (rudihida...@gmail.com) On Mon, Jun 13, 2016 at 3:55 PM, Araz Abishov wrote: > Hi Sultanahamar, > > Both master and develop branches are stable at

Re: [Dhis2-devs] build event tracker fail

2016-06-13 Thread Araz Abishov
Hi Sultanahamar, Both master and develop branches are stable at the moment (you should be able to build from both of them). The only difference is that develop branch is ahead of master and has dependency on latest android plugin for gradle (which can probably fix aforementioned problem of Rudi).

Re: [Dhis2-devs] build event tracker fail

2016-06-13 Thread Sultanahamar Mohammad
Hi Araz, I think the current stable branch is worth mentioning in README.md so that everyone would be able to build the apps on their own. Regards, Sultan Ahamar. On Mon, Jun 13, 2016 at 11:04 AM, Araz Abishov wrote: > Hi Rudi, > > You need to switch both SDK and EventCapture repositories to

Re: [Dhis2-devs] build event tracker fail

2016-06-12 Thread Araz Abishov
Hi Rudi, You need to switch both SDK and EventCapture repositories to develop branch. >From terminal, navigate to dhis2-android-sdk folder and execute next command: git checkout develop Then try to do the same in dhis2-android-eventcapture. Let me know if that does not solve the problem. Best