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

error when installing on android 14. #2

Open
kafanase opened this issue Oct 27, 2024 · 6 comments
Open

error when installing on android 14. #2

kafanase opened this issue Oct 27, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@kafanase
Copy link

No description provided.

@proninyaroslav
Copy link
Owner

Unfortunately, Android 14 only supports the minimum APK version equal to Android 6.0. In the case of Nesoid, the APK is targeting to Android 5.0. I'll try to upgrade the version if possible without rewriting the entire code.

@proninyaroslav proninyaroslav added the bug Something isn't working label Oct 27, 2024
@kafanase
Copy link
Author

kafanase commented Oct 27, 2024 via email

@proninyaroslav
Copy link
Owner

proninyaroslav commented Nov 1, 2024

So the problem for upgrading to a newer version is disabled support for text relocations in the Android 6.0. NES library that contains in the app is very old and therefore not supported in newer versions of Android. A new version of the library exists in the NES.emu project https://github.com/Rakashazi/emu-ex-plus-alpha, But this calls into question the point of updating the library in Nesoid if there is a more modern application like NES.emu.

@kafanase
Copy link
Author

kafanase commented Nov 1, 2024 via email

@hdk2d
Copy link

hdk2d commented Dec 24, 2024

I same problem

@wibi9424
Copy link

nesoid is less than 1mb but perfect, i dont know with that perfection android 14 cant do that, i mean other app is can but the size of app is larger than 1mb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants