Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldn't compile below Android SDK version 30 #165

Open
may000088 opened this issue Jun 20, 2024 · 1 comment
Open

Couldn't compile below Android SDK version 30 #165

may000088 opened this issue Jun 20, 2024 · 1 comment

Comments

@may000088
Copy link

may000088 commented Jun 20, 2024

Pasted Graphic

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

@may000088 may000088 changed the title Couldn Not Working On Android couldn't compile below Android 30 Jun 20, 2024
@may000088 may000088 changed the title couldn't compile below Android 30 Couldn't compile below Android SDK version 30 Jun 20, 2024
@zhani
Copy link
Collaborator

zhani commented Aug 23, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants