casualsnek / waydroid_script

Python Script to add OpenGapps, Magisk, libhoudini translation library and libndk translation library to waydroid !
GNU General Public License v3.0
1.5k stars 144 forks source link

Remove libhoudini to install libndk #89

Closed enderprism closed 10 months ago

enderprism commented 1 year ago

How can I remove libhoudini? I changed my mind after installing it, but I don't know how to uninstall it.

creeloper27 commented 10 months ago

as the README explains: sudo venv/bin/python3 main.py remove libhoudini while inside the cloned repository and virtual python envirment

enderprism commented 10 months ago

thanks!