【发布时间】:2010-03-22 07:51:27
【问题描述】:
我们可以通过启动在 Windows 上从命令行运行 Android 的仪器测试:
adb shell
am instrument -w <package.test>/android.test.InstrumentationTestRunner
这给了我们很好的结果。
使用相同的架构,我们无法在 Kubuntu 中运行相同的架构。 我们在 Kubuntu 中有相同的设置。
- 谁能告诉我们,如果有同名的包..那么 adb shell 会指向什么包?
- 模拟器将如何从 cmd 行与 adb shell 连接?
- 我们是否需要在 Kubuntu 中进行任何更改?
【问题讨论】:
-
我认为你不应该在交互模式下运行 adb shell 而是在命令模式下运行。将 adb shell 和以下命令放在同一行。
标签: android android-emulator instrumentation kubuntu