You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I would like to make it work on lower performance device with Android system. When I compile the project, error occurs like the image. It seems that NDK api uncompatible on Android 8.0.
Is there any way to solve this problem? We would like to make it work on Android IoT device. We know this kind of device with poor performance always use Android 8.0 or below.
Hope it will work soon. Thanks
The text was updated successfully, but these errors were encountered:
may000088
changed the title
Couldn Not Working On Android
couldn't compile below Android 30
Jun 20, 2024
may000088
changed the title
couldn't compile below Android 30
Couldn't compile below Android SDK version 30
Jun 20, 2024
We dropped support for older Android versions. We support Android 10 and newer. It's is possible to get it working on Andorid 8.0 but requires modifications to code to avoid using APIs which are not available on older Android version.
Hi. I would like to make it work on lower performance device with Android system. When I compile the project, error occurs like the image. It seems that NDK api uncompatible on Android 8.0.
Is there any way to solve this problem? We would like to make it work on Android IoT device. We know this kind of device with poor performance always use Android 8.0 or below.
Hope it will work soon. Thanks
The text was updated successfully, but these errors were encountered: