Hi,
Just getting started with the Xamarin stuff and looking to use the Bluetooth sample app.
The sample seems to work on the IOS version, but when trying to run the android version get two errors
The first relates to a API level 18 which can be "resolved" by setting the options to a higher SDK in the options / settings.
However you then get an error in the BluetoothLeManager.cs file
Public Override void OnConnectionStateChange (BLuetoothGatt gatt, GattStatus int)
Android.Bluetooth.GattStatus , int is mared as an override but no suitable method found to override
Is this sample broken ?
It would be helpful if the sample apps worked :-(