Cinderbox
We've built a launcher that lets you run the official desktop version of Stardew Valley on your Android device natively! Zero emulation, no translation layers. The latest SMAPI version and Harmony have also been reworked, with >99% of mods reported as compatible.
You do not have permission to view the full content of this post. Log in or register now.
SMAPI DOWNLOAD LINK
You do not have permission to view the full content of this post. Log in or register now.
Installation Guide
- Install the APK.
- Create a folder named StardewValley in the root of your user storage. Your device does not need to be rooted. The root is just the main storage before you enter any folders.
If you don't know where the root of your user storage is, you can launch the apk once and it should create the folders for you. If you do it this way, you need to clear the app data/cache after the files are in the correct directory and then relaunch the game. - Extract smapi-internal.zip into its own folder:
StardewValley/smapi-internal<br>
- Extract the following required PC game files from an official source:
- Stardew Valley.dll (Desktop version)
- StardewValley.GameData.dll
- BmFont.dll
- xTile.dll
- Lidgren.Network.dll
- Content/ (this folder MUST BE THE Content FOLDER FROM THE PC GAME)
Place them in:
StardewValley/GameFiles<br>
Final Folder Structure
/storage/emulated/0/StardewValley/<br>├── GameFiles/<br>│ ├── Content/<br>│ │ └── (all game assets)<br>│ ├── BmFont.dll<br>│ ├── Lidgren.Network.dll<br>│ ├── Stardew Valley.dll<br>│ ├── StardewValley.GameData.dll<br>│ └── xTile.dll<br>│<br>├── smapi-internal/<br>│ ├── i18n/<br>│ │ └── (i18n files)<br>│ ├── 0Harmony.dll<br>│ ├── StardewModdingAPI.dll<br>│ ├── SMAPI.Toolkit.dll<br>│ ├── SMAPI.Toolkit.CoreInterfaces.dll<br>│ └── (other SMAPI files)<br>│<br>└── Mods/<br> └── (your mods here)FOLLOW FOR MORE TIPS !