마스터Q&A 안드로이드는 안드로이드 개발자들의 질문과 답변을 위한 지식 커뮤니티 사이트입니다. 안드로이드펍에서 운영하고 있습니다. [사용법, 운영진]

poi라이브러리 중복 문제

0 추천

 

사진과 같이 poi라이브러리가 2개 들어가있어서 클래스 중복으로 오류가 발생하는데요ㅠ 

poi-4.1.2를 없애고 싶습니다.

libs폴더에서 그냥 지워버리면 4.1.2의 위치를 못찾는다고 에러가 발생하구요 ㅠㅠ..
어떻게 해결해야 할까요 ㅠ

 

이미 File -> Project Structure -> Dependencies 에서 삭제 했구요..ㅠ

build.gradle(Module: app)에서는 건들인게 없습니다.

dependencies입니다. ㅠㅠ 도움 부탁드릴게요

dependencies {
    implementation fileTree(include: ['*.jar'], dir: 'libs')
    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
    implementation 'androidx.appcompat:appcompat:1.1.0'
    implementation 'com.google.android.gms:play-services-maps:17.0.0'
    implementation 'com.google.android.gms:play-services-location:17.0.0'
    implementation 'com.google.android.material:material:1.0.0'
    implementation 'com.agrawalsuneet.androidlibs:dotsloader:1.4'
    implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.15'
    implementation 'androidx.core:core-ktx:1.3.0'
    implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
    implementation 'com.google.firebase:firebase-auth:19.3.1'
    implementation 'com.google.firebase:firebase-firestore:21.4.3'
    implementation 'com.google.firebase:firebase-storage:19.1.1'
    implementation 'com.google.firebase:firebase-database:19.3.0'
    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'androidx.test.ext:junit:1.1.1'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
    implementation 'gun0912.ted:tedpermission:2.0.0'
    implementation 'co.csadev:kwikpicker:2.0.0'
    implementation 'com.github.bumptech.glide:glide:4.7.1'
    implementation 'gun0912.ted:tedpermission:2.1.0'
    implementation 'gun0912.ted:tedbottompicker:2.0.1'
    //구글 내위치 확인용
    implementation 'com.google.android.gms:play-services-location:17.0.0'
    //chip 디자인용
    implementation 'com.android.support:design:28.0.0'
    //구글 유틸용 클러스터로 사용할거
    implementation 'com.google.maps.android:android-maps-utils:0.5'
}

 

남양주꼬마개발자 (160 포인트) 님이 2020년 6월 3일 질문

답변 달기

· 글에 소스 코드 보기 좋게 넣는 법
· 질문에 대해 추가적인 질문이나 의견이 있으면 답변이 아니라 댓글로 달아주시기 바랍니다.
표시할 이름 (옵션):
개인정보: 당신의 이메일은 이 알림을 보내는데만 사용됩니다.
스팸 차단 검사:
스팸 검사를 다시 받지 않으려면 로그인하거나 혹은 가입 하세요.
...