RSDKModding / RSDKv4-Decompilation

A complete decompilation of Sonic 1 & Sonic 2 (2013) & Retro Engine (v4)
Other
940 stars 176 forks source link

Inaccurate compatibility with Android 4.2 #422

Open c08oprkiua opened 11 months ago

c08oprkiua commented 11 months ago

Expected Behavior

The original versions of Sonic 1 and 2 work on Android 4.2.2

Actual Behavior

Installing the APK to Android 4.2.2 via ADB fails with the error [INSTALL_FAILED_OLDER_SDK]

Steps to Reproduce

  1. Download latest release
  2. Plug phone running Android 4.4.2 into computer
  3. Run adb install RSDKv4.apk in directory where it was downloaded to
  4. Watch it fail

Screenshots

No response

Log File

No response

Decompilation Version

1.3.2

Game

Sonic 1

Game Version

Mobile (Sega Forever)

Game Revision

No response

Platform

Android

Additional Comments

I kinda expect that this won't be fixed, cause Android 4.2.2 is ancient at this point, but for the sake of having the issue noted somewhere, and also to note possible inaccuracies to the original releases, I will post it.

RSDKv3 also has this issue, I checked.

I have not tested RSDKv5 because that never was officially released for Android anyways.