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.
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.