Tutorial for installing apk on android device using adbkit
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')))
Specify the location of the apk file to instal on the connected device.
return client.install(device.id, 'debug.apk')
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.
-
Project: adbkit
Author: 9+ contributors
License: Apache-2.0