如何将多个 android 应用程序(从 apk 文件)安装到设备中? [英] How to install multiple android applications ( from apk files) into device?

查看:32
本文介绍了如何将多个 android 应用程序(从 apk 文件)安装到设备中?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有 50 个 apk 文件,我需要将它安装到许多 android 设备上.如何一键安装.我可以通过安装"命令使用 adb 安装一个 apk 文件,但是如何一次安装 50 个 apk 文件?

I have 50 apk files and I need to install it to many android devices. How can I install it with one click. I can install an apk file using adb via "install" command but how to install 50 apk files at once?

我使用的是 Windows

I'm using Windows

谢谢.

推荐答案

我找到了解决方案.其实很简单:

I found the solution. Its actually very simple:

adb install application1.apk &adb install application2.apk &adb install 应用程序3

adb install application1.apk & adb install application2.apk & adb install applicaiton3

这就是我要找的.谢谢大家

That's what i was looking for. Thanks everyone

这篇关于如何将多个 android 应用程序(从 apk 文件)安装到设备中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆