You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I work for imec and I will probably write the plugin for the ChillPlus device.
I'm trying to get the app up & running, but there are a lot of build problems:
Conflicts of androidX & the old support libraries.
I've tried updating to androidX, but noticed that the login library, using zxing (which uses support lib) is the problem.
Empatica library is not resolved
Fabric plugin is outdated & needs to be updated to 1.28.0
Kind regards,
Wesley
The text was updated successfully, but these errors were encountered:
hwesley
changed the title
AndroidX & support library conflicts
Problems with dependencies when building the app
Apr 22, 2020
Empatica library is proprietary and it can be downloaded by becoming an Empatica Developer, see the Empatica plugin README for more information. The plugin can be commented out in the build.gradle and removed from app/src/main/java/org/radarbase/detail/RadarServiceImpl.kt plugin list to avoid this dependency.
Hi,
I work for imec and I will probably write the plugin for the ChillPlus device.
I'm trying to get the app up & running, but there are a lot of build problems:
Conflicts of androidX & the old support libraries.
I've tried updating to androidX, but noticed that the login library, using zxing (which uses support lib) is the problem.
Empatica library is not resolved
Fabric plugin is outdated & needs to be updated to 1.28.0
Kind regards,
Wesley
The text was updated successfully, but these errors were encountered: