Open kafanase opened 1 week ago
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 https://github.com/proninyaroslav/nesoid/issues/2#issuecomment-2439975467, 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 https://github.com/proninyaroslav/nesoid/issues/2#issuecomment-2452476202, or unsubscribe https://github.com/notifications/unsubscribe-auth/BLF7K5YKPR74R6WAI2ZF7PLZ6PJ3JAVCNFSM6AAAAABQVWT3W2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJSGQ3TMMRQGI . You are receiving this because you authored the thread.Message ID: @.***>
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.