버그13 [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] 'tools:replace="android:label"', 'tools:replace="android:theme"' 해결방법 안녕하세요~ 챠니입니다! :) 이번에는 'tools:replace="android:label"', 'tools:replace="android:theme"' 오류가 나왔을때 해결하는 방법에 대해서 알아보겠습니다~! 문제확인 문제는 다음과 같았습니다. Manifest merger failed : Attribute application@label value=(**********) from AndroidManifest.xml:39:9-34 is also present at [**********] AndroidManifest.xml:46:9-41 value=(@string/app_name). Suggestion: add 'tools:replace="android:label"' to element at Androi.. 2022. 8. 23. [Android] android.useAndroidX=true 문제 해결방법 안녕하세요~ 챠니입니다! :) 문제 Your project has set `android.useAndroidX=true`, but configuration `debugRuntimeClasspath` still contains legacy support libraries, which may cause runtime issues. This behavior will not be allowed in Android Gradle plugin 8.0. Please use only AndroidX dependencies or set `android.enableJetifier=true` in the `gradle.properties` file to migrate your project to AndroidX (see ht.. 2022. 8. 22. [kotlin] java.net.UnknownHostException / No address associated with hostname 에러 해결 안녕하세요~ 챠니입니다! :) 문제해결 오늘은 "No address associated with hostname" 에러 해결에 대해서 알아보겠습니다. 공공데이터포털 데이터 통신을 구현하던 도중 알 수 없는 에러를 맞이하게 되었는데요... 문제는 java.net.UnknownHostException: Unable to resolve host "ws.bus.go.kr": No address associated with hostname 뭐 대충 이런 내용입니다. 도대체 무슨 에러이지?? 문제는 이겁니다. 해당 기기의 인터넷이 연결이 제대로 안되어 있어서 찾을 수 없다 라는 뜻으로 볼 수 있습니다. 생각을 해보니 테스트기기를 공기계를 사용하는데 WIFI를 연결을 하지 않았네요 ㅎㅎ 해결은 간단하죠? 질문 또는 .. 2022. 7. 14. 이전 1 2 3 4 다음