码迷,mamicode.com
首页 > 数据库 > 详细

通过ant调用shell脚本执行adb命令

时间:2016-06-03 21:33:05      阅读:568      评论:0      收藏:0      [点我收藏+]

标签:

  在Hudson或者Jenkins中利用ant的exec 来调用shell命令,通过shell脚本来执行adb shell命令,可以正常执行,不会出现在ant中直接调用adb shell出现的假死情况。

 

其中shell 脚本也很简单

#!/bin/sh
adb root
adb shell chmod 777 /system/data/lib
adb shell ./system/data/lib/helloworld

可以执行手机端中的程序进行测试。

通过ant调用shell脚本执行adb命令

标签:

原文地址:http://www.cnblogs.com/luolizhi/p/5557537.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!