android usb集线器,通过Maven将多个部署到USB集线器上的Android设备

当前版本的Android SDK不支持同时在多个连接的设备上安装apk.这是一个硬性限制,因此目前唯一的解决方法是迭代连接的设备并为每个设备发出安装命令.

如果你看一下android-maven-plugin documentation,你可以看到android中有一个有趣的参数:你可以在pom.xml中指定的部署目标:

device:

Specifies which device to connect to, by serial number. Special values “usb” and “emulator” are also valid, for selecting the only USB connected device or the only running emulator, respectively.

Type: java.lang.String

Required: No

Expression: ${android.device}

好吧,该文档声称它将安装apk到唯一连接的设备.我自己测试了它,如果连接了多个设备,它也可以工作.

示例pom.xml:

com.jayway.maven.plugins.android.generation2

android-maven-plugin

true

13

true

usb

通过运行mvn android:deploy来示例日志:

[INFO] Waiting for initial device list from the Android Debug Bridge

[INFO] Found 2 devices connected with the Android Debug Bridge

[INFO] android.device parameter set to usb

[INFO] Device 0123456789abcd_samsung_GT-I9100 found.

[INFO] Successfully uninstalled com.company.app from 0123456789abcd_samsung_GT-I9100

[INFO] Device 0123456789efg_HTC_HTCDesire found.

[INFO] Successfully uninstalled com.company.app from 0123456789efg_HTC_HTCDesire

[INFO] Found 2 devices connected with the Android Debug Bridge

[INFO] android.device parameter set to usb

[INFO] Device 0123456789abcd_samsung_GT-I9100 found.

[INFO] Successfully installed C:\workspace\my-app\target\app-1.0.0-SNAPSHOT.apk to 0123456789abcd_samsung_GT-I9100

[INFO] Device 0123456789efg_HTC_HTCDesire found.

[INFO] Successfully installed C:\workspace\my-app\target\app-1.0.0-SNAPSHOT.apk to 0123456789efg_HTC_HTCDesire

[INFO] ------------------------------------------------------------------------

[INFO] BUILD SUCCESS

[INFO] ------------------------------------------------------------------------

如果你想知道android-maven-plugin如何实现它,请查看source code here.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值