全部博文(237)
分类: 嵌入式
2011-07-31 12:37:43
在test project的AndroidManifest.xml中,要指明三点:
2.如果使用ant, 还需要在build.properties 或者build.xml中指定:
test.runner = your customized runner
3.必须首先安装pacakage under test 和test pacakge在devices上。然后用命令查看安装了哪些instrumentation
pm list instrumentation: 列举当前系统中有的instrumentation
pm list packages:列举当前系统中安装的packages