Kotlin(Android)/Problem Solving3 (해결) Android Studio AVD 키보드 안 보일 때 Android Studio AVD 키보드 안 보일 때 문제 해결 문제 상황Android Studio Kotlin Codelab 과정을 진행하는 와중에 TextField의 KeyboardOption을 설정하고 테스트하는 과정에서 AVD에서 갑자기 키보드가 나타나질 않아 제대로 KeyboardOption이 설정이 된 건지 확인할 수가 없어 매우 당황했었다.관련해서 구글링을 했을 때 Ctrl + F11 or Num pad 7 키를 누르면 키보드가 나타난다. 뭐 이런 해결책들을 봤는데, 나는 전혀 해결이 되지 않았다. 아래는 관련 Stack Over Flow 내용 Android Emulator Keyboard not displayingJust installed the android sdk on my macboo.. 2024. 12. 13. (해결) Dependency ~ requires libraries and applications that depend on it to compile against version 35 문제 발생Android Studio Compose Codelab 과정을 진행하기 위해, 새 프로젝트를 만들 때마다 아래와 같은 빌드 에러가 발생했다. 이미지가 작아서 잘 안 보여서, 전문을 복사해서 가져왔다.2 issues were found when checking AAR metadata: 1. Dependency 'androidx.core:core-ktx:1.15.0' requires libraries and applications that depend on it to compile against version 35 or later of the Android APIs. :app is currently compiled against android-34. Recom.. 2024. 12. 5. (해결) Android 스튜디오 Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0 Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0 Build 에러 해결하기...이놈의 안드로이드 스튜디오,,, Gradle ,,, 내가 설정을 제대로 못 한 잘못이 크겠지만 학습하면서 개발한 앱을 테스트하려고 AVD에 Run 하는 순간 이 에러가 빡 떠버리면서 실행이 되질 않음...심지어 에러 스택도 주루루루루룩 어마 무시하게 뜬다.영어를 잘 읽어보면 '--warning-model all'를 사용하여 뭔가를 해결할 수 있다고 하는 걸 볼 수 있다. 그래서 구글링을 조금 해서 찾아보니, Android 스튜디오 설정에서 스크립트를 작성할 수 있었다. (경고 무시)해결 방법..1. [Files] -.. 2024. 11. 1. 이전 1 다음