Hello,
I'm having trouble opening my InterfaceKit 8/8/8 application with the Kotlin version I created. The AI tells me the following: You must download the latest version of Phidget22 for Android from the official Phidgets website. Older versions from 2022 or earlier do not work on Android 14/15. The new version already includes properly signed binaries (.so).
This is due to:
The 0x1c (Unexpected Error) in Android 15 confirms the most concerning diagnosis: The native library (.so) that phidget22.jar uses to communicate with USB hardware is blocked by Android 15's "W^X" security policy. Android 15 does not allow libraries to load native code that is not specifically signed and aligned with its new memory security rules, which is very common in older versions of phidget22.jar.
please help me