오류11 [Android] Execution failed for task ':app:kaptGenerateStubsDebugKotlin'. 해결방법 안녕하세요~ 챠니입니다! :) 평화로운 어느날 안드로이드 스튜디오를 업데이트 하게 되었습니다. (Android Studio Meerkat) 그러고는 빌드를 하는데.. Execution failed for task ':app:kaptGenerateStubsDebugKotlin'.> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction > Internal compiler error. See log for more details* Try:> Run with --info or --debug option to get mo.. 2025. 3. 26. [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. 이전 1 2 3 다음