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