Skip to content

akarsh/adkit-install-apk-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published