Category: Android

안드로이드 개발 관련 카테고리입니다.

Android

build.gradle lintOptions 오류] Caused by: org.gradle.api.GradleException: Lint found fatal errors while assembling a release target.

build.gradle lintOptions 오류가 발생하였다. APK 릴리즈파일을 생성하는 과정에 발생한 오류이다. 한번도 이런 적이 없는데 발생했다.  고민에 빠졌다.  build.gradle 내용android {   compileSdkVersion 29   buildToolsVersion “29.0.2”   defaultConfig {   ...
Android

[안드로이드]Attempt to invoke virtual method ‘void android.widget.ImageView.setBackground(android.graphics.drawable.Drawable)’ on a null object reference

이미지뷰에 이미지를 코딩상에서 처리하는 과정에 오류가 발생하였다. 시간차 때문인가? 이거 간헐적이다. java.lang.RuntimeException: Unable to start activity ComponentInfo{com.app/MainActivity}: java.lang.NullPointerException: Attempt to invoke virtual method ‘void android.widget.ImageView.setBackground(android.graphics.drawable.Drawable)’...
error: Content is protected !!