Import DHIS2 git

Dear team,
do you know this problem?
what should i do?

thanks
channara

@vgarciabnz , @marcos.campos , @ericampire ?

1 Like

Hi @Channara,

it seems that there is a problem in the initialization of rule-engine submodule, it says it doesn’t find a file even if it seems to be there. Did you follow the steps in Getting the source code · dhis2/dhis2-android-capture-app Wiki · GitHub? Which app version are you building?

@Pablo

1 Like

Hi @vgarciabnz ,
I used v2.5.2 GitHub - dhis2/dhis2-android-capture-app: DHIS 2 data and tracker capture app for Android
i will go through your link to verify again. thank @vgarciabnz

1 Like

Hi @Channara,
Were you able to resolve this? Thanks!

no @Gassim and @vgarciabnz ,
it is still issue on dhis2 rule-engine module.

@Pablo can you take a look at this? It seems to be something related to the way the Capture app imports the rule-engine

1 Like

Hi @Channara,

I don’t know what the problem could be… We are not having any problem with the dependency.
Try to update the git modules:

git submodule init
git submodule updated

Make sure you are in the master branch of the rule-engine.

If that does not work for you, you can replace the debugImplementation of the rule engine in the different build.gradle files with the releaseImplementation one (We have done that in the develop branch to facilitate development for other devs). These are the changes: build: [ANDROAPP-4733] Remove rule engine submodule by Balcan · Pull Request #2661 · dhis2/dhis2-android-capture-app · GitHub

1 Like