本文介绍了如何在Android的Studio中运行Robolectric测试时调试?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我需要运行调试,而我的测试运行中的Android工作室+ Robolectric。每次我试图从摇篮任务我得到错误信息选择调试
为测试
任务来运行它们:
I need to run debug while my tests execution in Android Studio + Robolectric.Each time I try to run them by selecting debug
for the test
task from Gradle tasks I get the error message:
错误运行程序包:APP_NAME [测试]:无法打开调试器 港口:java.net.SocketException异常套接字关闭
任何想法?
推荐答案
我发现了错误的原因。为了使其运行,你需要取消选中使用过程中的建设的编译器选项 - > Android的工作室摇篮设置
I found the reason of the error. To make it run you need to uncheck the "Use in-process build" option in Compiler -> Gradle settings of Android Studio.
这篇关于如何在Android的Studio中运行Robolectric测试时调试?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!