Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compilation failled - app:compileDhisDebugJavaWithJavac #379

Open
misterkrc opened this issue Apr 24, 2019 · 0 comments
Open

compilation failled - app:compileDhisDebugJavaWithJavac #379

misterkrc opened this issue Apr 24, 2019 · 0 comments

Comments

@misterkrc
Copy link

unable to build the latest version 1.2.2, this is the stack trace of the error

Task :app:compileDhisDebugJavaWithJavac
C:\Users\HP\Desktop\dhis2-android-capture-app-a551fc601ffc101cfbc30dd77cd2c8aa5673301b\app\src\main\java\org\dhis2\data\forms\dataentry\EnrollmentRuleEngineRepository.java:306: error: incompatible types: RuleEnrollment cannot be converted to RuleEvent
.flatMap(rules -> Flowable.fromCallable(ruleEngine.evaluate(enrollment, rules)));
^
C:\Users\HP\Desktop\dhis2-android-capture-app-a551fc601ffc101cfbc30dd77cd2c8aa5673301b\app\src\main\java\org\dhis2\data\forms\EnrollmentFormRepository.java:237: error: cannot find symbol
.constantsValue(constants)
^
symbol: method constantsValue(Map<String,String>)
location: class Builder
C:\Users\HP\Desktop\dhis2-android-capture-app-a551fc601ffc101cfbc30dd77cd2c8aa5673301b\app\src\main\java\org\dhis2\data\forms\EnrollmentFormRepository.java:260: error: cannot find symbol
.constantsValue(constants)
^
symbol: method constantsValue(Map<String,String>)
location: class Builder
C:\Users\HP\Desktop\dhis2-android-capture-app-a551fc601ffc101cfbc30dd77cd2c8aa5673301b\app\src\main\java\org\dhis2\data\forms\EventRepository.java:193: error: cannot find symbol
.constantsValue(constants)
^
symbol: method constantsValue(Map<String,String>)
location: class Builder
C:\Users\HP\Desktop\dhis2-android-capture-app-a551fc601ffc101cfbc30dd77cd2c8aa5673301b\app\src\main\java\org\dhis2\data\forms\EventRepository.java:221: error: cannot find symbol
.constantsValue(constants)
^
symbol: method constantsValue(Map<String,String>)
location: class Builder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant