Last active
May 19, 2022 11:04
-
-
Save alx-xlx/1c7fb898074cc54d2b75f1d12fe38642 to your computer and use it in GitHub Desktop.
uiautomator2-termux-setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkg upgrade -y | |
pkg install git -y | |
pkg install python -y | |
pip install cython | |
pkg install libxml2 libxslt -y | |
pkg install -y python ndk-sysroot clang make libjpeg-turbo -y | |
pkg install clang -y | |
pip install lxml | |
pip install --pre uiautomator2 |
Install https://f-droid.org/F-Droid.apk
Download the Termux App from https://f-droid.org/en/packages/com.termux/
Google Play has deprecated Termux
termux/termux-packages#6726
Install ADB in termux:
https://github.com/MasterDevX/Termux-ADB
apt update && apt install wget && wget https://github.com/MasterDevX/Termux-ADB/raw/master/InstallTools.sh && bash InstallTools.sh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the Termux:
update
apt-get update
Install wget
pkg install wget