Skip to content
This repository was archived by the owner on Jan 4, 2023. It is now read-only.

Commit 08976ce

Browse files
pierantoniomerlinopetreeftime
authored andcommitted
Force loading of tinyb lib
Signed-off-by: pierantoniomerlino <[email protected]>
1 parent 92f94fc commit 08976ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/BluetoothManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public class BluetoothManager
3434

3535
static {
3636
try {
37+
System.loadLibrary("tinyb");
3738
System.loadLibrary("javatinyb");
3839
} catch (UnsatisfiedLinkError e) {
3940
System.err.println("Native code library failed to load.\n" + e);

0 commit comments

Comments
 (0)