Skip to content

Instantly share code, notes, and snippets.

@alx-xlx
Last active September 22, 2022 06:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alx-xlx/12263a08a10b54ac8d5a1effd266b5f4 to your computer and use it in GitHub Desktop.
Save alx-xlx/12263a08a10b54ac8d5a1effd266b5f4 to your computer and use it in GitHub Desktop.
## Install Packages
pkg upgrade -y
pkg install python -y
pkg install libxml2 libxslt -y
pkg install -y python ndk-sysroot clang make libjpeg-turbo -y
pkg install clang -y
## Install Libraries
pip install cython
pip install lxml
pip install --pre uiautomator2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment