-
Notifications
You must be signed in to change notification settings - Fork 7
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
Comments
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. |
Okay, thanks for noticing my problem!
вс, 27 окт. 2024 г., 14:27 Yaroslav Pronin ***@***.***>:
… 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.
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BLF7K53S62WFWXEBFGXPHLLZ5TE33AVCNFSM6AAAAABQVWT3W2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZZHE3TKNBWG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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. |
Ok, thanks for the clarification.
пт, 1 нояб. 2024 г., 22:36 Yaroslav Pronin ***@***.***>:
… So the problem for upgrading to a newer version is disabled support for text
relocations
<https://android.googlesource.com/platform/bionic/+/master/android-changes-for-ndk-developers.md#Text-Relocations-Enforced-for-API-level-23>
which are enabled in the NES library. It's quite 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.
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BLF7K5YKPR74R6WAI2ZF7PLZ6PJ3JAVCNFSM6AAAAABQVWT3W2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJSGQ3TMMRQGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I same problem |
No description provided.
The text was updated successfully, but these errors were encountered: