Closed matthewadams closed 10 years ago
FYI, removing source file BluetoothHTC41.java
gets rid of build error.
Found this comment at https://www.htcdev.com/devcenter/opensense-sdk/bluetooth-smart:
Starting with Android 4.3, HTC will be supporting the standard Android 4.3 framework API for BLE. Consequently the HTC BLE API is deprecated and will not be available on devices using the standard Android 4.3 BLE API.
Remove the HTC41 for general build. For those who still want the interface, the file can be drag in project and still get compiled.
We're trying to use your Bluetooth plugin, and we're getting a compilation error about a missing dependency, which is class
com.broadcom.bt.service.gatt.BluetoothGattID
(see bottom of build output below).