안드로이드/에러 Caused by: java.lang.RuntimeException: Manifest merger failed with multiple errors, see logs 에러 해결 방법
네이버 지도 사용하기 위해 프로젝트 수준의 gradle 에를 추가 후 Sync Now 했는데 다음과 같은 빌드 오류가 떴다Build was configured to prefer settings repositories over project repositories but
[안드로이드/ERROR] Caused by: java.lang.IllegalArgumentException: baseUrl must end in /: 해결 방법
git clone 한 프로젝트 Open시 발생하는 에러Task 'wrapper' not found in project ':app'.build.gradle 에 추가
안드로이드/코틀린 Retrofit2 통신이 실패하였습니다.Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $
액티비티 간 리스트를 인텐트를 전달할 때 오류가 났다.
KaKao Login Api를 활용하여 카카오 계정으로 로그인 시도했는데 실패 에러가 떴다.AuthError(statusCode=401, reason=Misconfigured, response=AuthErrorResponse(error=misconfigured, err
java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
Android/Kotlin 카카오 로그인 에러 - Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what
안드로이드 외부 앱의 패키지 정보를 가져오던 중 빌드 오류가 떴다.
Android/Error Android App Bundle이 서명되지 않았습니다
안드로이드 12 (targetSdkVersion 32) 을 타겟으로 변경 하면서 그에 맞게 외부 라이브러리도 대응을 해주었다.동작 변경사항: Android 12를 타겟팅하는 앱 링크네이버 로그인 SDK 버전도 기존 4.2.6 에서 5.1.1 로 리팩토링 해주던 중 디버
Android/Kotlin 카카오톡으로 로그인 실패 302 에러카카오 SDK 를 이용하여 로그인을 구현하던 중 302 에러가 떴다.카카오톡이 설치는 되어있지만, 계정이 연결 안되어있을 때 로그인이 실패하였다.AuthError(statusCode=302, reason=U
android.util.AndroidRuntimeException: requestFeature() must be called before adding content팝업을 구현해주던 중 에러가 떴다.검색을 해보니 setContentView 를 해주기 전에 requestW
[Android/Error] Activity has leaked window DecorView that was originally added here 오류 📌 이슈 Dialog를 띄운 후 액티비티를 닫지않고 닫으면 이런 오류가 생긴다 💜 해결 방안 다이얼로그를 띄운 액티비티의 onDestroy() 에서 닫아준다. 참고 : https://m.blog....
[Android/Error] 액티비티 전환 시 오류android.content.ActivityNotFoundException: Unable to find explicit activity class {패키지명/패키지명.액티비티} have you declared this
다운받은 프로젝트를 open 할 때 오류가 생김Caused by: org.gradle.api.internal.plugins.PluginApplicationException: Failed to apply plugin 'com.android.internal.applicat
Retrofit2 통신 시 JSON response 를 받아와 파싱할 때 통신 실패가 떴다.java.lang.IllegalStateException: Expected a string but was BEGIN_OBJECT at line 1 column 42 path $.
💌 [Android/Kotlin] Error inflating class ImageView 안드로이드 6 (API 수준 23) 기기에서 테스트를 하려고 빌드를 했는데 Exception 이 떴다. > Caused by: android.view.InflateExcep
cause: failed to decrypt safe contents entry: java.io.ioexception: getsecretkey failed: password is not ascii
Retrofit2 를 이용해 API 통신을 하던 도중 오류가 떴다.java.io.EOFException: End of input at line 1 column 1 path $찾아보니 Response body 값이 null 일 때 발생하는 오류였다.🩵 Retrofit2