Closed stargurl16 closed 5 years ago
when building on cordova android version 6.4.0 I got an error:
/Users/user/android/project/platforms/android/src/com/megster/cordova/ble/peripheral/BLEPeripheralPlugin.java:152: error: cannot find symbol gattServer = bluetoothManager.openGattServer(cordova.getContext(), gattServerCallback); ^ symbol: method getContext() location: variable cordova of type CordovaInterface
any idea of how to fix this?
when building on cordova android version 6.4.0 I got an error:
/Users/user/android/project/platforms/android/src/com/megster/cordova/ble/peripheral/BLEPeripheralPlugin.java:152: error: cannot find symbol gattServer = bluetoothManager.openGattServer(cordova.getContext(), gattServerCallback); ^ symbol: method getContext() location: variable cordova of type CordovaInterface
any idea of how to fix this?