我们可以通过启动在 Windows 上从命令行运行 Android 的仪器测试:
adb shell
am instrument -w <package.test>/android.test.InstrumentationTestRunner
这给了我们很好的结果。
使用相同的架构,我们无法在 Kubuntu 中运行相同的架构。我们在 Kubuntu 中有相同的设置。
- 有人可以告诉我们,如果有同名的包..那么 adb shell 指向什么包?
- 模拟器如何从 cmd 行与 adb shell 连接?
- 我们需要在 Kubuntu 中进行任何更改吗?