How to deploy an Android app to multiple phones?

╄→гoц情女王★ 提交于 2020-01-04 07:53:39

问题


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?


回答1:


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




回答2:


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:


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.




回答4:


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.




回答5:


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".



来源:https://stackoverflow.com/questions/8410103/how-to-deploy-an-android-app-to-multiple-phones

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!