본문 바로가기

오류 노트5

[오류 해결] Git Commit 'Author identity unknown' 에러 해결하기 오류 내용 안드로이드 스튜디오를 통해 개발을 진행하던 중 오류가 발생하였습니다. Successfully created project '***' on GitHub, but initial commit failed: Author identity unknown *** Please tell me who you are. Run git config —global user.email "you@example.com" git config —global user.name "Your Name" to set your account's default identity. Omit —global to set the identity only in this repository. empty ident name (for ) not allo.. 2024. 1. 15.
[오류 해결] This version (1.2.0) of the Compose Compiler requires Kotlin version 1.7.0 오류 오류 내용 안드로이드 스튜디오를 통해 개발을 진행하던 중 오류가 발생하였습니다. This version (1.2.0) of the Compose Compiler requires Kotlin version 1.7.0 but you appear to be using Kotlin version 1.9.0 which is not known to be compatible. Please fix your configuration (or `suppressKotlinVersionCompatibilityCheck` but don't say I didn't warn you!). 위의 문제가 발생하는 이유는 Kotlin버전과 Compose 컴파일러 버전이 달라서 생기는 오류입니다. 오류 해결 방법 위의 표를 보면 저는 Ko.. 2023. 12. 15.
[오류해결] CLEARTEXT communication to imagescdn.gettyimagesbank.com not permitted by network security policy, 오류 내용 안드로이드 스튜디오를 통해 개발을 진행하던 중 오류가 발생하였습니다. [java.net.UnknownServiceException: CLEARTEXT communication to imagescdn.gettyimagesbank.com not permitted by network security policy, java.net.UnknownServiceException: CLEARTEXT communication to imagescdn.gettyimagesbank.com not permitted by network security policy, java.net.UnknownServiceException: CLEARTEXT communication to imagescdn.gettyimagesban.. 2023. 11. 28.
[오류 해결] 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.
반응형