오류 해결2 [오류 해결] Unknown platform error occurred when running the UTP test suite. Please check logs for details. 오류 내용 안드로이드 스튜디오를 통해 에뮬레이터에서 테스트를 실행하는 동안 오류가 발생하였다. Unknown platform error occurred when running the UTP test suite. Please check logs for details. 위의 문제가 발생하는 이유는 에뮬레이터에 저장 공간이 부족해서 일어나는 문제로 일부 메모리를 확보하고 다시 시도하니 해결되었습니다. 오류 해결 방법 1. 에뮬레이터 설정에서 저장용량을 들어가 준다. 2. 내부 공유 저장용량을 확보해 준다. 3. 그리고 다시 시도해 주면 잘 동작되는 것을 확인할 수 있다. 이렇게 간단히 오류를 해결할 수 있다. 2023. 10. 2. [오류 해결] No matching variant of com.android.tools.build:gradle:7.4.1 was found. The consumer was configured to find a runtime of a library compatible with Java 8, packaged as a jar, and its dependencies declared externally, as well as attribute '.. 안드로이드 스튜디오를 통해 처음 프로젝트를 생성 시 생기는 오류를 해결해보려고 한다. No matching variant of com.android.tools.build:gradle:7.4.1 was found. The consumer was configured to find a runtime of a library compatible with Java 8, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '7.5' but: 위와 같이 오류가 발생되는 원인은 JDK버전이 낮아 해당하는 Gradle tool을 빌드하지 못해서 생기는 .. 2023. 8. 28. 이전 1 다음 반응형