Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error installing gapps in a clean install of waydroid. #136

Closed
ghost opened this issue Nov 26, 2023 · 2 comments
Closed

Error installing gapps in a clean install of waydroid. #136

ghost opened this issue Nov 26, 2023 · 2 comments

Comments

@ghost
Copy link

ghost commented Nov 26, 2023

? Select Android version Android 11
? Please select an action Install
? Select apps ['gapps', 'libhoudini']

INFO: Downloading gapps.zip now to /home/user/.cache/waydroid-script/downloads/gapps.zip .....

INFO: Extracting /home/user/.cache/waydroid-script/downloads/gapps.zip to /tmp/gapps/extract
Processing app package : /tmp/gapps/extract/Core/datatransfertool-all.tar.lz
ERROR: tar (child): lzip: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now

Traceback (most recent call last):
File "/home/user/waydroid_script/main.py", line 353, in
main()
File "/home/user/waydroid_script/main.py", line 349, in main
interact()
File "/home/user/waydroid_script/main.py", line 251, in interact
install_app(args)
File "/home/user/waydroid_script/main.py", line 110, in install_app
item.install()
File "/home/user/waydroid_script/stuff/general.py", line 177, in install
self.copy()
File "/home/user/waydroid_script/stuff/gapps.py", line 109, in copy
return self.copy_11()
File "/home/user/waydroid_script/stuff/gapps.py", line 126, in copy_11
run(["tar", "--lzip", "-xvf", os.path.join(self.extract_to, "Core",
File "/home/user/waydroid_script/tools/helper.py", line 48, in run
raise subprocess.CalledProcessError(
subprocess.CalledProcessError: Command '['tar', '--lzip', '-xvf', '/tmp/gapps/extract/Core/datatransfertool-all.tar.lz', '-C', '/tmp/gapps/extract/appunpack']' returned non-zero exit status 2.

@ghost
Copy link
Author

ghost commented Nov 26, 2023

Ubuntu 22.04 x64

@casualsnek
Copy link
Owner

Ubuntu 22.04 x64

Looks like you have not installed lzip !
Can you run sudo apt install lzip and run the script again to see if it fixes the issue !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant