Reputation: 12664
Is it possible to install an .apk on a phone without using developer tools? Can it simply be dragged to a mounted SD card? My beta testers are not very tech-savvy or comfortable with the command line.
Thanks in advance,
Barry
Upvotes: 4
Views: 5918
Reputation: 4462
Upvotes: 4
Reputation: 35598
You can install it from an SD card if you have a file browser on the phone, or you can download it via a webserver using the browser.
Upvotes: 3
Reputation: 359986
You could set up a web server that hosts your APKs. N.B. it would need to send .apk
files with the right MIME type: application/vnd.android.package-archive
.
Upvotes: 1