본문 바로가기

Android

Android - Custom Font 적용하기 (Fonts in XML) To use the Fonts in XML feature on devices running Android 4.1 (API level 16) and higher, use the Support Library 26. 안드로이드 운영체제 4.1을 사용하는 장치에서 support library 26을 사용해야 가능합니다. 1. Font 파일 다운 받기 먼저 적용할 폰트 파일을 다운로드 하고 시작하겠습니다. 저는 무료로 지원하는 나눔 폰트를 다운 받아사용하고 있습니다. 2. 안드로이드 프로젝트에 Font 추가 하기 이제 안드로이드 스튜디오로 넘어가서Project Navigation Pannel 의 res 폴더를 찾아주세요 res 아래 경로에 font 폴더가 없다면 만들어주세요.new -> Android Resour.. 더보기
Android Error - Please select Android SDK. 안드로이드 라이브러리 데모 프로젝트를 실행하려고 하면자주 발생하는 에러 중 하나인 Please select Android SDK. build.gradle 를 동기화해주면 쉽게 해결 할 수 있습니다. 안드로이드 스튜디오 3.1.2 버전은"File -> Sync Project with Gradle Files"클릭 이하 버전은 아래의 아이콘을 눌러주면 됩니다. 감사합니다. 더보기
Android Error - This Gradle plugin requires a newer IDE able to request IDE model level 3. 라이브러리 데모 프로젝트를 받아 열었더니 스튜디오 버전 3.0 이상이 필요하다고 하는군요 This Gradle plugin requires a newer IDE able to request IDE model level 3. For Android Studio this means version 3.0+ 스튜디오 3.0 에서 바뀐 내용은 아래 링크를 통해 확인 할 수 있어요!https://android-developers.googleblog.com/2017/10/android-studio-30.html 스튜디오를 업데이트 하는 방법입니다. Android Studio -> Check For Update Update And Restart 감사합니다. 더보기
[Android] OS 8 SelectPopupAdapter NotFoundException. 안녕하세요.이번 포스팅은 Android OS 8에서 WebView의 SelectBox를 누를 때 발생하는 오류에 대해서 작성했습니다. 개발 프로젝트가 끝내고 여유가 생겨서운영중인 앱의 Fabric 계정을 들어갔다가 뜨악했습니다. SelectPopupAdapter.java line 13org.chromium.content.browser.input.SelectPopupAdapter.getViewFatal Exception: android.content.res.Resources$NotFoundException: Resource ID #0x0 at android.content.res.ResourcesImpl.getValue(ResourcesImpl.java:207) at android.content.res.Re.. 더보기