Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- git
- was server
- git 저장소
- kotlin plugin
- git 안드로이드 스튜디오 연동
- 안드로이드
- aws 느림
- 탄력적 ip
- AWS
- 에뮬레이터 에러
- git commit 해쉬
- gitemoji
- ppk to pem
- access modifier
- nginx 한글 깨짐
- 이클립스 코틀린
- 안드로이드 스튜디오 에러
- basic toast
- E212: Can't open file for writing
- nextInt()
- 자바
- 도즈모드
- error while loading state for instance 0x0 of device 'goldfish_pipe
- Android
- toastmessage
- doze mode
- 코틀린 플러그인
- BuildConfig
- utf8 인코딩
- aws 리전 변경
Archives
- Today
- Total
목록Android (2)
리얼라이져의 마케팅, 개발, 창업 블로그

가끔 buildConfig가 import가 안되고, 빨간색으로 뜨는 경우가 있다. 이경우 clean build를 해보고 다시 rebuild를 해도 그대로인 경우가 있는데, File -> Invalidate Caches/Restart를 진행하고 다시 rebuild 를 해보니 해결이되었다.
IT/안드로이드
2023. 9. 9. 21:58
drwable과 mipmap 차이
간단하게 말하자면, drwable 의 경우는 일반적인 이미지 자원을 위한 폴더 mipmap은 아이콘 이미지 자원만을 위한 폴더이다. 기본적으로 동작이 다른건 아니지만, 이렇게 나눠서 쓴다. 아래는 개발자 사이트에 적혀있는 내용이다. Drawable For bitmap files (PNG, JPEG, or GIF), 9-Patch image files, and XML files that describe Drawable shapes or Drawable objects that contain multiple states (normal, pressed, or focused). See the Drawable resource type Mipmap For app launcher icons. The Android sy..
IT/안드로이드
2023. 9. 1. 22:52