ADB install APK from URL

Aslam Anver
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.

Installation demonstration

That’s all and enjoy your coffee :)

Thank me later.

I’m Aslam Anver find me on GitHub and StackOverflow as aslamanver & Googlian

--

--

Aslam Anver

Passionate in AI Deep Learning, Find me on GitHub & StackOverflow