Skip to content

Commit

Permalink
better Android install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tariq-nasheed committed Jul 18, 2024
1 parent 3d619ba commit 6a96fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The mod was developed for v5U and at the moment officially supports Windows, Lin
Extract HyperMania into the `mods` folder of your decomp installation (create the folder if it doesn't exist), then enable it in the 'Mods' section of the developer menu.
(Follow [this guide](https://steamcommunity.com/sharedfiles/filedetails/?id=1123456515) if you don't know how to access it)

**For Android users:** you also need to take `libhypermania.so` out of the mods' folder and put it into `lib/arm64-v8a/` of your RSDKv5U apk. Make sure you have some way of opening or packing/unpacking apk files. (if you don't do this RSDKv5U can't find the logic file and you won't be able to play the mod)
**For Android users:** You also need to take `libhypermania.so` out of the mods' folder and put it into `lib/arm64-v8a/` of your RSDKv5U APK. Make sure you have some way of opening, packing, and signing APK files so it can actually be installed on your system (I recommend [APK Editor Studio](https://qwertycube.com/apk-editor-studio/)), if you don't do this RSDKv5U can't find the logic file and you won't be able to play the mod.
# How to Build

## Unix-like
Expand Down

0 comments on commit 6a96fe7

Please sign in to comment.