akarsh / adkit-install-apk-tutorial

Tutorial for installing apk on android device using adbkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License

adkit-install-apk-tutorial

Tutorial for installing apk on android device using adbkit

apk file in url

Specifying the url of the apk file to install on the connected device.

return client.install(device.id, new Readable().wrap(request('https://gitlab.com/sakarsh/gitlab-ci-android/-/jobs/31927817/artifacts/raw/app/build/outputs/apk/app-debug.apk')))

apk file in local storage

Specify the location of the apk file to instal on the connected device.

return client.install(device.id, 'debug.apk')

Credits

This project uses Open Source components. You can find the source code of their open source projects along with license information below. We acknowledge and are grateful to these developers for their contributions to open source.

About

Tutorial for installing apk on android device using adbkit

License:Apache License 2.0


Languages

Language:JavaScript 100.0%