Junit을 사용하여 unit test를 진행할 때 Command line is too long. Shorten command line for ... 이런 에러가 뜨는 경우가 있다. 이경우에는 configurations 에 들어가서 아래와 같은 설정을 해야한다. 1. Android Studio -> Run -> Edit Configurations 2. Shorten command line 을 classpath file로 변경 3. 실행 하면 정상적으로 실행된다.