Error running ‘LineTest.test‘: Command line is too long. Shorten command line for LineTest.test or a
程序员文章站
2022-04-15 17:37:30
...
问题:
Error running 'LineTest.test': Command line is too long. Shorten command line for LineTest.test or also for JUnit default configuration.
解决方案:
修改项目下 .idea\workspace.xml
找到标签 。在标签里加一行 :
<component name="PropertiesComponent">
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="aspect.path.notification.shown" value="true" />
<property name="dynamic.classpath" value="true" />
<property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1543830701622" />
<property name="settings.editor.selected.configurable" value="reference.settingsdialog.project.gradle" />
</component>
————————————————
原文链接:https://blog.csdn.net/lukabruce/article/details/103034114
上一篇: 求一个字符串中出现次数最多的字母
下一篇: Error running ‘xxx‘: Command line is too long. Shorten command line for xxx or also for Application
推荐阅读
-
Command line is too long. Shorten command line for SpringbootApp 解决方法
-
IntelliJ: Command Line is too Long. Shorten command line for…
-
Error running Application. Command line is too long. Shorten the command line via JAR manifest or vi
-
Error running 'Application'-- Command line is too long.
-
idea Error running ‘ServiceStarter‘: Command line is too long.
-
Error running ‘LineTest.test‘: Command line is too long. Shorten command line for LineTest.test or a
-
Error running ‘xxx‘: Command line is too long. Shorten command line for xxx or also for Application
-
Error running 'MessageSendApp': Command line is too long. Shorten command line forMessageSendApp
-
IDEA启动项目时报错:Error running 'Application': Command line is too long. Shorten command line for Applicat
-
Error running ‘LocalTest‘: Command line is too long. Shorten command line for LocalTest or also for…