Android, Kotlin 📱/Android Studio

안드로이드 스튜디오 애뮬레이터를 실행했는데 다음과 같은 오류가 떴다 1. Dependency 'androidx.activity:activity:1.8.0' requires libraries and applications that depend on it to compile against version 34 or later of the Android APIs. :app is currently compiled against android-33. Recommended action: Update this project to use a newer compileSdk of at least 34, for example 34. 해결법 Recommended action에서 제시한 것처럼 compileSdk 버전을 34로 ..
안드로이드 스튜디오 sdk tools에서 intel haxm을 설치하려는데 'Intel HAXM installation failed' 과 같은 오류가 뜬다. 해결방법1 1) 노트북 재부팅 후 F2키(lg그램 기준)를 빠르게 눌러 BIOS에 접속한다. 2) virtualization을 enabled로 바꿔준다. 2-1) virtualization 메뉴가 보이지 않을 땐 ctrl + alt + F7을 동시에 눌러 상세메뉴가 보일 수 있도록 한다. 해결방법2 1) 제어판>프로그램> 프로그램 및 기능에 들어간다. 2) Windows 기능 켜기/끄기를 들어간다. 3) Hyper-V, Windows 하이퍼바이저 플랫폼, 가상 머신 플랫폼을 체크해제한다.
korinj
'Android, Kotlin 📱/Android Studio' 카테고리의 글 목록