Android junit命令行

时间:2014-12-13 16:20:09   收藏:0   阅读:368

E:\android\android-sdk-windows-1.5_pre\tools>adb shell am instrument -w cc.andro
idos.activity/android.test.InstrumentationTestRunner
如果你配置了Android环境变量,直接使用:
adb shell am instrument -w cc.androidos.activity/android.test.InstrumentationTestRunner
语法:adb shell am instrument -w <被测试的类的包名>/android.test.InstrumentationTestRunner
参数参考帮助文档

原文:http://www.cnblogs.com/huangjianan/p/4161476.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!