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
{{ message }}
This repository was archived by the owner on Jan 4, 2023. It is now read-only.
I'm trying to install tinyb on my PC (ubuntu 18.04 os) but I receive this error during the make command:
Generating JNI headers..
Error: Could not find class file for 'tinyb.BluetoothAdapter'.
java/CMakeFiles/tinybjar.dir/build.make:93: recipe for target 'tinybjar' failed
make[2]: *** [tinybjar] Error 1
CMakeFiles/Makefile2:87: recipe for target 'java/CMakeFiles/tinybjar.dir/all' failed
make[1]: *** [java/CMakeFiles/tinybjar.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2
I've searched in the folders and the .class files are in that position so I cannot understand why I have this issue. Could you help me?