从Android模拟器sdcard获取文件

发布于 2024-12-04 11:33:13 字数 503 浏览 4 评论 0 原文

我正在尝试从 InstrumentationTestRunner 获取测试覆盖率文件,但我不知道如何获取。

我试过:

adb shell am Instrument -w tomzi.net.test/android.test.InstrumentationTestRunner -e 覆盖率 true -ecoverageFile /sdcard/myFile.ec

如何从 sdcard 访问文件?

adb shell am Instrument -w tomzi.net.test/android.test.InstrumentationTestRunner -e 覆盖率 true -e

在这种情况下,我在哪里可以找到该文件?它说它应该在 /data//coverage.ec 中,但我找不到它。

测试运行良好,持续 47 秒,因此应该写入文件。

谢谢。

I'm trying to get test coverage file from InstrumentationTestRunner but I have no idea how.

I tried:

adb shell am instrument -w tomzi.net.test/android.test.InstrumentationTestRunner -e coverage true -e coverageFile /sdcard/myFile.ec

How can I access files from sdcard?

adb shell am instrument -w tomzi.net.test/android.test.InstrumentationTestRunner -e coverage true -e

Where can I find that file in that case? It says it should be in /data//coverage.ec but I can't find it.

Test runs well and last 47 seconds, so file should be written.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

巡山小妖精 2024-12-11 11:33:13

首先你必须创建SD卡,否则它将无法读取或写入,
第一次创建 SD 卡
创建 SD 卡

像这样进行第二次检查
您的数据

First you have to create sdcard otherwise it will not read or write,
1st create sd-card
create sd-card

2nd check like this
your data

调妓 2024-12-11 11:33:13

您需要先创建 SDCARD,否则您将无法在其上读取/写入任何内容,请查看此博客文章:

http://www.androiddevelopment.org/2008/11/11/how-to-create-and-use-the-sd-card-with-the-android-emulator/

You need to create the SDCARD first otherwise you won't be able to read/write anything on it, please check this blog post:

http://www.androiddevelopment.org/2008/11/11/how-to-create-and-use-the-sd-card-with-the-android-emulator/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文