Wget In Android Terminal
How can I use wget command in 'Android Terminal Emulator' app in android. It says /system/bin/sh: wget: not found. It means need to install wget in android. Please help me.
Solution 1:
You need to install busybox in your android system then you can execute wget command,try to get it from play store
root@android:/# busybox wget
Solution 2:
At least on Lollipop for me (possibly earlier?) there's curl, an alternative to wget for many cases.
Post a Comment for "Wget In Android Terminal"