NokiMo
zimon
zimon

patreon


Android's Methods

Here are the 4 methods for the Android version:

1) Universal works with some tablets and phones.

2) Compressed works with everything.

3) Installation via cmd from computer with adb commands

4) Joyplay

Method 3 instructions:

Prerequisites: 

- A PC - An Android phone 

- ADB tools or platform tools, you can download them here https://developer.android.com/studio/releases/platform-tools

- USB Debugging is enabled on your phone, you can access it via Developer Options on your phone settings.

- The .apk file of the game


Steps: 1. Place the .apk file inside the adb or platform tools folder.  

2. Open your Windows Command Prompt (CMD) and navigate to where your adb or platform tools are located. You can do this by using the cd command to the folder location. Example: cd c:\users\Infin\downloads\platform-tools\ Alternatively you can open your adb or platform tools folder then press Shift + Right Click and select "Open command window here"

3. Connect your device to the PC and type adb devices  to verify whether your device is detected by the PC. If everything works properly, you should be able to see that a device (yours) is attached.  

4. Now type the following command to install the app to your phone from your PC

<code>adb install <app name.apk></code>

or if you are updating to a newer version/re-installing an existing app

<code>adb install -r <app name.apk></code>

Example:

<code>adb install com.zimon.championofrealms-44-universal-release.apk</code>

Method 4 instructions:

1. Download the windows version of the game, make sure you're aware of the download location on your device. 

2. Unpack the .zip using RAR or your desired unpacking tool. 

3. Download Joiplay and the Ren'py plugin through the Google Play store.

 4. Launch Joiplay, when ur on the main menu click the "+" button on the bottom right. Enter game name, version and game icon. On "Executable File" click Choose and go to the location where you downloaded the game, when inside the unpacked game folder choose the .exe game file and click Choose. Then, click on the "Add" button. 

5. You're now done. Have fun!


Android's Methods

Related Creators