gpt4 book ai didi

java - 导入 android.support.test.* 的问题

转载 作者:太空宇宙 更新时间:2023-11-03 11:07:48 25 4
gpt4 key购买 nike

我将此依赖项添加到 gradle:

//单元测试依赖

testCompile 'junit:junit:4.12'

//如果你想使用 Hamcrest 匹配器库,设置这个依赖

testCompile 'org.hamcrest:hamcrest-library:1.3'

//更多内容,例如 Mockito

androidTestCompile 'org.mockito:mockito-core:1.+'
androidTestCompile "com.google.dexmaker:dexmaker:1.2"
androidTestCompile "com.google.dexmaker:dexmaker-mockito:1.2"

androidTestCompile 'com.android.support.test:runner:0.3'
androidTestCompile 'com.android.support.test:rules:0.3'
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2'

//添加这个用于 Intent 模拟支持

androidTestCompile 'com.android.support.test.espresso:espresso-intents:2.2'

//添加这个用于 webview 测试支持

 androidTestCompile 'com.android.support.test.espresso:espresso-web:2.2'

并成功同步 build.gradle 但是当我想导入这个类时:

import static android.support.test.espresso.Espresso.onView;
import static android.support.test.espresso.action.ViewActions.click;
import static android.support.test.espresso.assertion.ViewAssertions.matches;
import static android.support.test.espresso.matcher.ViewMatchers.withId;
import static android.support.test.espresso.matcher.ViewMatchers.withText;

IDE (Android Studio 1.2) 给我一个 Cannot resolve symbol test 的错误,我搜索了太多但没有找到任何答案

最佳答案

我找到了我的错,在 Android Studio 中转到文件/设置/编译器并取消选中 Use-in-process 构建然后测试将工作

关于java - 导入 android.support.test.* 的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30995776/

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