#5 楼 @sanlengjingvv shell 脚本运行在 Android 上,robotium 也是运行在 Android 上的。
我同意 yangchengtest 的建议,写个 shell 脚本来做传文件的事,然后再 case 中调用就好。
是不是输入过程中光标跳了
其实只要生育能力正常就行。
#17 楼 @yuweixx spoon 源码中对 5.0 及以上的系统是做了处理的,但还是有问题~~
rivate static File obtainScreenshotDirectory(Context context, String testClassName,
String testMethodName) throws IllegalAccessException {
File screenshotsDir;
if (Build.VERSION.SDK_INT >= 21) {
// Use external storage.
screenshotsDir = new File(getExternalStorageDirectory(), "app_" + SPOON_SCREENSHOTS);
} else {
// Use internal storage.
screenshotsDir = context.getDir(SPOON_SCREENSHOTS, MODE_WORLD_READABLE);
}
Nexus 7-Android 5.1.1 截图报错怎么破,是跟 Android5.1.1 系统有关吗:
Caused by: java.lang.IllegalAccessException: Unable to create output dir: /storage/emulated/0/app_spoon-screenshots
Android 4.4.4 的设备无此问题。
mark 先顶后看
点击 “启动” 出现异常