问题描述:
Error running 'Application': Command line is too long. Shorten command line for App
问题解决:
- 打开工程目录下文件:.idea/workspace.xml
- 找到标签
<component name="PropertiesComponent"> - 在标签内加一行
<property name="dynamic.classpath" value="true" />
Error running 'Application': Command line is too long. Shorten command line for App
<component name="PropertiesComponent">
<property name="dynamic.classpath" value="true" />
7884
2130
4677
3105
1万+
8057

被折叠的 条评论
为什么被折叠?