목록2024/08 (202)
투케이2K
[환경 설정 및 설명]프로그램 : AndroidStudio설 명 : [Android] java.lang.AssertionError: Could not delete caches dir compileDebugKotlin [에러 원인]1. 빌드 수행 시 Kotlin 코틀린 캐시 문제로 인해 발생하는 이슈java.lang.AssertionError: Could not delete caches dir yourProject\build\kotlin\compileDebugTestingKotlin [해결 방법]방법 [1] : - 프로젝트 폴더 >> app >> build >> kotlin >> compileDebugKotlin 폴더 삭제 - 안드로이스 스튜디오 실행 >> clean project - 앱 ..
[환경 설정 및 설명]프로그램 : AndroidStudio설 명 : [Android] 안드로이드 Gradle sync failed: Cause: invalid type code: 00 그래들 빌드 에러 [에러 원인]1. 안드로이드 스튜디오에서 JDK 경로가 내장 된 JDK 를 사용하지 않아서 발생하는 이슈Gradle sync failed: Cause: invalid type code: 00 (40 s 37 ms)Project testapp is using the following JDK location when running Gradle: C:/Users/gh1/.jdks/corretto-1.8.0_352 Using different JDK locations on different pr..