ZaneYork / SMAPI-Android-Installer

SMAPI Installer for Android
GNU Lesser General Public License v3.0
666 stars 58 forks source link

Smapi Stardew Valley is no longer working on my phone. #572

Open sabrininharc opened 1 year ago

sabrininharc commented 1 year ago

Until September 17th, Stardew Valley was working normally, then my Xiaomi Redmi Note 8 phone updated and Smapi kept popping up a message to wait all the time during the game. So I decided to reinstall it because something could have gone wrong. Today, when I tried, it no longer works. It is installed, but when I click on open, the screen turns white and does not open. I have the original game on Google Play and I'm using my save there normally, without mods. The error log that appears is this java.lang.RuntimeException: Unable to start activity ComponentInfo{com.zane.stardewvalley/crc648e5438a58262f792.SMainActivity}: java.lang.ClassNotFoundException: com.google.android.vending.licensing.AESObfuscator at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3814) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3960) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:101) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2410) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loopOnce(Looper.java:211) at android.os.Looper.loop(Looper.java:300) at android.app.ActivityThread.main(ActivityThread.java:8167) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1028) Caused by: java.lang.ClassNotFoundException: com.google.android.vending.licensing.AESObfuscator at crc648e5438a58262f792.SMainActivity.n_onCreate(Native Method) at crc648e5438a58262f792.SMainActivity.onCreate(SMainActivity.java:31) at android.app.Activity.performCreate(Activity.java:8522) at android.app.Activity.performCreate(Activity.java:8486) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1437) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3795) ... 12 more

Zencee commented 1 year ago

it's mostly because you're now using SDV 1.5.6.51 which is a new version and wouldn't work with the current smapi

sabrininharc commented 1 year ago

Wow, I didn't even realize I had updated. Thank you very much, so at the moment I have to go back to the previous version until Smapi is updated, right!

Thanks for the answer!