-
-
Notifications
You must be signed in to change notification settings - Fork 127
Advanced Installation for Android
This guide is aimed to users that wish to run the CapsuleFarmerEvolved on an Android device. Please note that non-Windows users are not officially supported and may not receive support. For any issues that you may encounter, please open an issue on GitHub. If you are able to fix the issue yourself, please open a pull request instead!
By @candsad#0337 and @Pengarrow#8873. Tested on Termux 0.118.0 with Android 11 and 13.
- Android 7.0 or newer.
- Latest Termux from F-droid (at the time of writting version 0.118.0 is the latest) [Download here].
- Python ≥ 3.10.1 (version 3.9 should work as well but is not officially supported) [
pkg install python
] - pipenv (
pip install pipenv
) - git (
pkg install git
)
To install the prerequisites, open Termux and run the commands above.
If asked, press y
to confirm the installation.
- Open Termux.
- Update the packages Termux has with
pkg update && pkg upgrade
and then install the prerequisites (see above). - Clone the repository:
git clone https://github.com/LeagueOfPoro/CapsuleFarmerEvolved
- Move to the cloned directory:
cd CapsuleFarmerEvolved
- Install the Python virtual environment required:
pipenv install --python /data/data/com.termux/files/usr/bin/python
- Edit the configuration as the configuration page describes. Use
nano config/config.yaml
to edit the file.
- Use arrow keys to move the cursor.
- Edit the values as required.
- When finished click
Ctrl + O
then enter to save. - Use
Ctrl + X
to exit.
- Run the tool with
pipenv run python ./src/main.py
Enter the directory where you cloned the application initially and run git pull
to update the application.
Then run pipenv install
to make sure you have all new dependencies.
Go to your device status bar notifications, find Termux, press “Acquire wakelock”, which lets Termux run always so the program doesn’t get killed in the background.
Need help? Join our Discord: https://discord.gg/ebm5MJNvHU and locate the #capsule-farmer-help channel!
- Home
- Getting Started
- Frequently Asked Questions
- Troubleshooting
- Latest Release
- @League of Poro