Stream: hapi
Topic: STU3 on Android
Frank Oemig (May 23 2017 at 15:11):
Hi all, I am trying to convert my test app from STU2 to STU3. Does someone have experience or information about what is necessary? thx regards
Patrick Werner (Jun 12 2017 at 13:50):
what was your specfic problem? I just did a quick & dirty android project to use hapi with stu3:
https://github.com/elnin0815/hapiStu3AndroidDemo
Patrick Werner (Jun 12 2017 at 14:28):
fyi @Frank Oemig
Frank Oemig (Jun 28 2017 at 06:14):
The problem with gradle can be solved this way:
//für FHIR-Integration //STU3: compile 'ca.uhn.hapi.fhir:hapi-fhir-android:2.5-SNAPSHOT:dstu3@jar'
But it requires multidex support then.
Last updated: Apr 12 2022 at 19:14 UTC