오류10 [Android] Duplicate class found.. / android.support, AndroidX 대응 오랜만에 버그를 만나서 신난 개발자. 서드파티 라이브러리를 추가하는 과정에서 다음과 같이 에러를 접하게 되었습니다. Duplicate class android.support.v4.app.INotificationSideChannel found in modules core-1.9.0-runtime (androidx.core:core:1.9.0) and support-compat-26.1.0-runtime (com.android.support:support-compat:26.1.0)Duplicate class android.support.v4.app.INotificationSideChannel$Stub found in modules core-1.9.0-runtime (androidx.core:core:1.9... 2024. 11. 20. [Android][kotlin] Non-body HTTP method cannot contain @Body. 오류해결방법 (retrofit2 안녕하세요~ 챠니입니다! :) 오늘은 개발중에 나타나는 오류에 대해서 알아보겠습니다. Non-body HTTP method cannot contain @Body. retrofit2 DELETE를 구현하는 과정에서 다음과 같은 오류를 만나게 되었는데요! 오류 해결방법에 대해서 알아보겠습니다 Non-body HTTP method cannot contain @Body. 해결방법 해결방법은 간단합니다. 기존코드를 먼저 보겠습니다. /** 메인게시물 좋아요 -1 */ @Headers("Content-Type: application/json") @DELETE("api/like") suspend fun setMainPostUnlike( @Header("Authorization") token: String, @Body.. 2022. 8. 11. [Android][kotlin] Go to the documentation to learn how to Fix dependency resolution errors. 안녕하세요~ 챠니입니다! :) 특별히 관계가 있는것은 아니지만 개발 중 버그내용이 있어서 공유하고자합니다. 버그내용 버그 내용은 아래와 같습니다. Duplicate class android.support.v4.app.INotificationSideChannel found in modules core-1.7.0-runtime (androidx.core:core:1.7.0) and support-compat-25.3.1-runtime (com.android.support:support-compat:25.3.1) Duplicate class android.support.v4.app.INotificationSideChannel$Stub found in modules core-1.7.0-runtime (andr.. 2022. 5. 10. [Android] Execution failed for task ':app:processDebugGoogleServices'. 오류 해 안녕하세요~ 챠니입니다! :) Firebase Cloud Messaging 작업 중 다음과 같은 오류가 발생했습니다. Execution failed for task ':app:processDebugGoogleServices'. > File google-services.json is missing. The Google Services Plugin cannot function without it. Searched Location: 오류를 해결하는 방법에 대해서 알아보겠습니다. 해결방법 오류발생 원인은 바로 Firebase push알림을 보내기 위해 필요한 "google-services.json"이 없어서 발생하는 오류입니다. 해결방법 1. Firebase Android App등록 2. Android proj.. 2022. 3. 31. 이전 1 2 3 다음