[Android] Android getResources().getDrawable(R.drawable.img) deprecated
프로그래밍/Android 프로그래밍2017. 5. 13. 03:45
BitmapDrawable d = (BitmapDrawable)getResources().getDrawable(R.drawable.img, null); // , null 추가
build.gradle에서 minSdkVersion 21로 변경
'프로그래밍 > Android 프로그래밍' 카테고리의 다른 글
[Android] class R 에러 (0) | 2018.12.28 |
---|---|
[Android] Android Studio Auto Import (0) | 2018.10.22 |
[Android] MIDI 프로그래밍 (API 23) (0) | 2016.01.02 |
[Android] HttpClient 에러 해결 방법 (0) | 2015.12.01 |
[Android] DrawerLayout 나머지 부분 어둡지 않게 만들기 (0) | 2015.08.22 |