[Android] Command line is too long. Shorten command line for ExampleUnitTest or also for Android JUnit default configuration. 에러 해결법
최종수정 : 2021.12.31
프로젝트의 .idea/workspace.xml 파일에 들어간다
( 참고로 프로젝트의 보기 속성을 Project로 변경하셔야 보입니다.
이 방법이 어려운 경우는 프로젝트 폴더에 직접들어가셔서 변경하시면 됩니다. )
<component name="PropertiesComponent"> 태그 하위 속성에 다음의 코드를 추가한다
<component name="PropertiesComponent">
<property name="dynamic.classpath" value="true" /> <!-- 이 코드를 추가한다 -->
...
</component>
[Android][Kotlin] 디바이스 기기 화면 높이, 너비 구하기 (0) | 2022.03.21 |
---|---|
[Android] xml drawable 파일 특정 stroke 테두리 제거 (0) | 2022.01.11 |
[Android][Kotlin] 안드로이드 벨소리 울리기 (0) | 2021.11.17 |
[Android][ADB] 안드로이드 앱 설정된 알람 확인 (0) | 2021.11.03 |
[Android][Kotlin] 안드로이드 텍스트 양끝 쌍따옴표 제거 (0) | 2021.11.02 |
댓글 영역