Help test Companion app bugfixes for Android 14

08-20 01:04:26.663 24464 24464 E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: UUID string too large
08-20 01:04:26.663 24464 24464 E AndroidRuntime: 	at java.util.UUID.fromStringJava11(UUID.java:238)
08-20 01:04:26.663 24464 24464 E AndroidRuntime: 	at java.util.UUID.fromString(UUID.java:226)
08-20 01:04:26.663 24464 24464 E AndroidRuntime: 	at edu.mit.appinventor.ble.BluetoothLEGattAttributes.<clinit>(BluetoothLEGattAttributes.java:33)
08-20 01:04:26.663 24464 24464 E AndroidRuntime: 	... 10 more

This error suggests that you need to upgrade your BLE extension to version 20240822. There was an error in one of the UUIDs that was silently ignored on earlier versions of Android but now is enforced with Android 14.

In the case of an empty (no extension) yyy.aia with Start new project.
yyy.txt (2.6 MB)

Hi, where is the Companion 2.72u ?

Tks in advance

Thank you. I loaded Companion 2.72d4 and Updated the BLE extension and now the app works with Companion. I'll try building an apk an test that next.
I really appreciate the prompt reply.

1 Like