if (study)/살충작업
[디버깅 메시지] Could not open cp_init generic class cache for initialization script 'C:\Users\USER\AppData\Local\Temp\ijinit.gradle' [해결방법] JDK 16 삭제 후 15로 버전을 하향시키면 해결됨 [원인] gradle 7.0부터 자바 16을 지원하는데 가장 최신 버전 android gradle 플러그인(4.2.0)이 지원하는 gradle 버전은 현재 기준으로 6.7.1 https://developer.android.com/studio/releases/gradle-plugin?hl=ko Android Gradle 플러그인 출시 노트 | Android 개발자 | Android Developers Android ..
발생한 문제 Spring 프로젝트 빌드 시 아래와 같은 컴파일 에러가 발생하였다. 해결 방법 Intellij의 Preferences → Build, Execution, Deployment → Compiler → Java Compiler에서 프로젝트 모듈의 타겟 버전을 확인해보자. Java 버전이 1.5로 설정되어 있었다. 검색해보니 maven 프로젝트는 따로 설정하지 않는 이상 자바 default 버전으로 1.5를 쓴댄다. 클릭해서 8로 변경하니 정상적으로 실행되었다.
kapt 플러그인을 넣고나니 ./gradlew test 명령어 실행이 계속 실패했다. app 빌드는 되는데 유닛테스트만 안되더라.. 오류 메세지 Execution failed for task ':app:kaptDebugKotlin'. > A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptExecution > java.lang.reflect.InvocationTargetException (no error message) * Try: Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Exception..
가상머신을 시작하려 하면 아래와 같은 오류가 출력되면서 실행이 안됐다. Could not get vmci driver version: 핸들이 잘못되었습니다. Could not get vmci driver version: The handle is invalid. You have an incorrect version of driver “vmci.sys”. 가상머신 설치 경로 > [가상머신 이름].vmx 파일을 찾는다. 메모장 같은 편집기로 열어서 vmci0.present = "TRUE"로 되어있던 것을 "FALSE"로 수정한다. 저장하고 다시 실행하면 잘 된다.