I using MIT App Inventor2 to build an application that supports communication via Bluetooth Low Energy (BLE).
Everything is ok, but when I try to write bytes to BLE Device, I cannot.
BluetoothLE.WriteBytes method have values argument with list format.
The error is: "Runtime error failed resolution Lcom/google/common/collect/List"
The below image is screen a part of my code.
Many thanks for your seeing!
