this is th error while executing the creation of the apk i got a previous error
https://askubuntu.com/questions/1417255/trying-to-unzip-a-tgz-in-wsl-but-get-elf-not-found-error than i followed their instructions
echo -en '\x10' | sudo dd of=/usr/bin/gzip count=1 bs=1 conv=notrunc seek=$((0x189)
this part didn't work on my subsystem
echo -en '\x10'
this one did and led to my current error
sudo dd of=/usr/bin/gzip count=1 bs=1 conv=notrunc seek=$((0x189)
the error:
STDERR:
/usr/bin/gzip: 1: ELF: not found
/usr/bin/gzip: 2:pkpkpk�p: not found
/usr/bin/gzip: 4: : not found
/usr/bin/gzip: 5: Syntax error: "(" unexpected
/usr/bin/tar: Child returned status 2
/usr/bin/tar: Error is not recoverable: exiting now
the second line isn't complete checkout the image
