Hello, I'm newer to B4A, and I ran into this program issue using this tutorial:
https://www.b4x.com/android/forum/threads/arduino-adk-consummation.27590/
And I ran into this error while compiling using the same code as the tutorial provides:
Thanks!
https://www.b4x.com/android/forum/threads/arduino-adk-consummation.27590/
And I ran into this error while compiling using the same code as the tutorial provides:
error: incompatible types: UsbAccessoryWrapper cannot be converted to UsbAccessory
if (anywheresoftware.b4a.keywords.Common.Not(_v6.HasAccessoryPermission((android.hardware.usb.UsbAccessory)(_v7)))) {
Does anyone know if there is a fix to this or is something else wrong?if (anywheresoftware.b4a.keywords.Common.Not(_v6.HasAccessoryPermission((android.hardware.usb.UsbAccessory)(_v7)))) {
Thanks!