-
Notifications
You must be signed in to change notification settings - Fork 89
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
VTM does not run on Android 15 with 16 KB page size #1125
Comments
Are you sure it doesn't work? For me it sounds like it's just an option to use 16 KB pages instead of 4 KB, but not a hard requirement. |
Set up the Android Emulator with a 16-KB-based, Android 15 system image and VTM does not work: (it works with regular Android 15 system image) |
Even if it was compatible, I just found this notice:
(https://developer.android.com/about/versions/15/behavior-changes-all) |
I updated the process of building native libraries with #1126. However, even if we build 16 KB-aligned native libraries with Android instructions, If someone knows better, you can try to build the native libraries:
|
Hi, |
I do not currently have a working environment for creating native libraries. You could try building them and if they work correctly, I could merge them. |
I think it works with 16 KB....
|
@ocsike could you provide those 16k libs? |
This zip contains only .so files. I not tried physical device just only x86 emulator. |
@ocsike Thanks, I made a quick test on Android 15 emulator 16KB and they seem to work. But are they only made for Android 15? They do not work on older versions like Android 5. Probably need to build them to support all Android versions. |
Probably need to use the existing Application.mk with all ABI and platform an old Android. |
VTM does not run on 16 KB page size based Android 15.
It probably needs to rebuild the native libraries for Android.
The text was updated successfully, but these errors were encountered: