j-kaltes / Juggluco

Android app for Freestyle Libre 1,2 and 3 and Chinese Sibionics sensors
GNU General Public License v3.0
217 stars 56 forks source link

FreeStyle Libre 3 sensor not supported by this version of Juggluco #64

Closed 220usamaahmed closed 1 year ago

220usamaahmed commented 1 year ago

I tried to build the code in this repository and used .so files from the Juggluco 5.1.5 from the Google Drive link provided here https://www.juggluco.nl/Juggluco/download.html

Initially, the app was not compiling until I copied libg.so and libnative.so to the src/main/jniLibs/arm64-v8a folder. At this point, the app is running but when I scan the Libre 3 sensor I get an error popup in the app saying that this version does not support Libre 3.

When I install the app directly from https://www.juggluco.nl/Juggluco/download.html I do not get any such errors and the app works perfectly.

220usamaahmed commented 1 year ago

Ignore this issue. I was not selecting the correct build variant. Selecting mobileLibre3Debug3 fixed the issue.