gpt4 book ai didi

android - Junit 输出使用 the-missing-android-xml-junit-test-runner

转载 作者:行者123 更新时间:2023-11-30 04:14:14 26 4
gpt4 key购买 nike

我在设置时遇到问题 http://code.google.com/p/the-missing-android-xml-junit-test-runner/在 Jenkins 中。

我可以让测试在 eclipse 中运行并通过。当我将它们拉入 jenkins 并通过 ant 构建时,我遇到了以下问题:

 [echo] Running tests ...
[exec] INSTRUMENTATION_RESULT: shortMsg=java.lang.ClassNotFoundException
[exec] INSTRUMENTATION_RESULT: longMsg=java.lang.ClassNotFoundException: pl.polidea.instrumentation.PolideaInstrumentationTestRunner in loader dalvik.system.PathClassLoader[/system/framework/android.test.runner.jar:/data/app/mj.geo.golf.application.test-1.apk:/data/app/mj.geo.golf.application-1.apk]
[exec] INSTRUMENTATION_CODE: 0

list 看起来像:

<?xml version="1.0" encoding="utf-8"?>    
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="mj.geo.golf.application.test"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk android:minSdkVersion="8" />

<instrumentation
android:name="pl.polidea.instrumentation.PolideaInstrumentationTestRunner"
android:targetPackage="mj.geo.golf.application"
android:label="Tests for pl.polidea.somepackage" />

<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
<uses-library android:name="android.test.runner" />
</application></manifest>

我查看了其他相关帖子并确保 eclipse 导出 the-missing-android-xml-junit-test-runner-release-1.3_2.jar 并且它出现在工作区中。

我是 android 和 java 的新手,所以任何想法都会有用

最佳答案

你应该更仔细地阅读 Wiki。

The test runner should be added to the test project. Either as a .jar file (added in libs directory) or as external library (standard android external library approach). You can download the .jar file from here.

所以最简单的方法是在项目的根目录下创建一个名为 libs 的文件夹(与 src 文件夹同一级别)并将 *the-missing -android-xml-junit-test-runner-release-1.3_2.jar* 在其中,然后“将其添加到构建路径”。

关于android - Junit 输出使用 the-missing-android-xml-junit-test-runner,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10304995/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com