How to deploy an Android app to multiple phones?

2019-07-08 22:56发布

I have an Android app that I would like to test across 20 or so Android devices that I have in my posession.

What is the best/quickest way to deploy this APK across to multiple devices for testing?

5条回答
贪生不怕死
2楼-- · 2019-07-08 23:22

There is a nice service called PushLink https://www.push-link.com PushLink is a private APK service to keep you enterprise application updated easily.

查看更多
地球回转人心会变
3楼-- · 2019-07-08 23:41

Put apk file at your local server like 192.168.1.1/apk.apk and access it from all your devices and install.

Remember to switch off firewall if you are in Windows O/S.

查看更多
\"骚年 ilove
4楼-- · 2019-07-08 23:42

Put the APK on a website, convert the URL to QR CODE or send the URL to the phones using email. Click on the link and install.

Make sure you put the MIME type on IIS application/vnd.android.package-archive

查看更多
对你真心纯属浪费
5楼-- · 2019-07-08 23:43

I would say probably just plug them in one at a time and make sure they're all configured to install and everything, then loop through them all again and deploy the apk one at a time. I see no reason to really over complicate that process. Depending on the size of the app each download shouldn't take that long. It's tedious but it gets the job done without having to do a lot of extra work.

查看更多
成全新的幸福
6楼-- · 2019-07-08 23:44

If you are using Eclipse, take a look at the answers given in the post Android - Multiple Connected Devices via USB

If you see that you have two (or more) devices listed in the Devices view (Window > Show View > Other... > Android > Devices), you will get the same devices shown in the "Android Device Chooser" under "Choose a running Android device" each time you select "Run As" > "Android Application".

查看更多
登录 后发表回答