Skip to content
New issue

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

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

Already on GitHub? # to your account

error when installing on android 14. #2

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

error when installing on android 14. #2

kafanase opened this issue Oct 27, 2024 · 5 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

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

No branches or pull requests

3 participants