Skip to content

Latest commit

 

History

History
69 lines (53 loc) · 3.1 KB

README.md

File metadata and controls

69 lines (53 loc) · 3.1 KB

SMAPI-Android-Installer

Installs SMAPI to Android Devices

For Players

How to use

  1. Download the latest apk from the releases tab, it contains all the latest files.
  2. After installing the SMAPI Installer app, open it up and click the Install button to begin the install process.
  3. The process may take some time depending on the age and specs of the device.
  • Samsung Galaxy S10 took 21s.
  • Samsung Galaxy S6 took 1m 13s.
  1. Once it's installed, you're good to go and can uninstall the Installer app if you please to do so.
  2. Add mods in the newly created StardewValley/Mods directory.
  3. Lastly, just click on the SMAPI Stardew Valley icon to start the SMAPI version of the game.

Mod Support

The focus when it comes to mods is try to make the bigger mods compatible first!

Here's a list of some of the bigger mods that are supported:

Tutorials

Installing and Adding Mods

Just Installing

Help

If you run into any problems there are about four ways to get in touch.

  1. Ping me on the Official Stardew Valley Discord, on the #modding channel. @MartyrPher#5519
  2. Ping me on the Android Stardew Modding Discord, same user as above.
  3. Direct message me on reddit. u/MartyrPher
  4. Direct message me on Discord. @MartyrPher#5519

Manual Install

If the Automatic Installer doesn't work I'll always have a manual install option under the releases tab. The Automatic Installer seems to be working on most devices. I'm removing the manual install from v0.8.7 and up, as it causes more harm than good.

Note: It's the .zip file.

How the installer works

  1. It pulls the actual games apk from the device.
  2. It creates all the needed directories on the the device.
  3. Modifies the apk to add SMAPI needed files.
  4. Signs the modified apk using JAR signing.
  5. Lastly, it installs the new version.

TODO

  • Nothing I think :)

Feeling Generous?

APK Signing Details

alt text

This Test was ran with Google's apksigner program.

It currently supports v1 scheme for apks.

It uses the debug.keystore provided by google to sign it.