问题
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.
回答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
回答2:
There's no wget binary in Android, you are expected to get that information from error message. So you need to install wget first. Try using this link: https://jacob.hoffman-andrews.com/android/wget/
回答3:
At least on Lollipop for me (possibly earlier?) there's curl, an alternative to wget for many cases.
来源:https://stackoverflow.com/questions/26775079/wget-in-android-terminal