简体   繁体   中英

How to deploy an Android app to multiple phones?

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?

有一个很好的服务叫做PushLink https://www.push-link.com PushLink是一个私人的APK服务,可以让你轻松更新企业应用程序。

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

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.

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM