我无法为简单的 Hello World Android 应用程序运行任何 JUnit 测试用例。我一直在尝试不同的设置,但没有任何效果。
一个错误如下:
[android] /opt/android/android-sdk-linux/tools/android 创建 avd -f -a -c 128M -s WVGA800 -n hudson_en-US_240_WVGA_android-10 -t android-10
There is more than one system image defined for platform 'android-10'.
Pick an image to use and set it in the 'Target ABI' config field.
Valid ABIs: armeabi, x86
如果我选择 x86 以外的任何东西,我会得到不同的错误。如果我选择 x86,则消息显示“模拟器似乎没有启动;放弃”
如果有人有一个有效的 Hello World 示例,那将很有帮助。我不知道我什至可以尝试取得进展。
谢谢