我正在尝试使用 Robotium 在 Linux 服务器上测试我的 Android 应用程序。
lt.socialheat.android.tests.SocialHeatTest:
Failure in testEventToMap:
junit.framework.AssertionFailedError: View with id: '2131034182' is not found!
at com.jayway.android.robotium.solo.Solo.getView(Solo.java:1929)
at com.jayway.android.robotium.solo.Solo.getView(Solo.java:1909)
at lt.socialheat.android.tests.SocialHeatTest.testEventToMap(SocialHeatTest.java:45)
at java.lang.reflect.Method.invokeNative(Native Method)
at android.test.InstrumentationTestCase.runMethod(InstrumentationTestCase.java:214)
at android.test.InstrumentationTestCase.runTest(InstrumentationTestCase.java:199)
at android.test.ActivityInstrumentationTestCase2.runTest(ActivityInstrumentationTestCase2.java:192)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:190)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:175)
at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:555)
at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1661)
简单视图未发现异常,但测试在本地模拟器或实际设备上运行良好。服务器作为服务器,没有监视器或任何类型的 GUI,我在创建关于使用软件渲染而不是 GLES 的 AVD 时确实遇到了错误。那么是否可以在没有 GUI 的服务器上运行 Robotium 测试,如何实现这一壮举?
编辑:
模拟器参数:
android-17,intel ABI
模拟器 -avd test -no-skin -no-audio -no-window