ADB install APK from URL
1 min readJan 22, 2020
Android Debug Bridge (adb) is a versatile command-line tool that lets you communicate with a device, we can install apk files to any debuggable Android devices directly using adb terminal command.
adb install file.apk
You can install the apk file from the URL directly using the help of below shell script file.
adb-url-install “https://someurl.com/some.apk"
Shell script can be forked from this Gist for the further developments.
That’s all and enjoy your coffee :)
Thank me later.
I’m Aslam Anver find me on GitHub and StackOverflow as aslamanver & Googlian