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

Program type already present 에러

0 추천

안녕하세요 자꾸 Program type already present : 

android.support.v4.app.INotificationSideChannel, 

android.support.v4.os.ResultReceiver$1 이 두에러가 반복해서 납니다.

 

파이어베이스 Fcm 연동을 하려는데 방식이 바뀌어서 그런지 무슨 라이브러리가 중복된건지 전혀 감을 못잡겠는데요 해결법좀 알려주세요 

 

dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    //implementation 'com.android.support:appcompat-v7:28.0.0'
    implementation 'com.android.support:appcompat-v7:28.0.0-alpha3'

    implementation 'com.android.support.constraint:constraint-layout:1.1.3'

    implementation 'com.google.firebase:firebase-messaging:11.8.0'
    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'com.android.support.test:runner:1.0.2'
    androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

    implementation 'com.android.support:design:28.0.0'
    implementation 'com.android.support:gridlayout-v7:28.0.0'

    //fcm
    implementation 'com.google.firebase:firebase-core:17.0.0'
    //implementation 'com.google.firebase:firebase-messaging:11.8.0'

/*    // 바코드 생성
    implementation 'com.google.zxing:core:3.3.1'
    // 네트워크 통신
    implementation 'com.squareup.retrofit2:retrofit:2.3.0'
    implementation 'com.squareup.retrofit2:converter-gson:2.3.0'
    implementation 'com.squareup.okhttp3:logging-interceptor:3.9.1'

    implementation 'com.github.bumptech.glide:glide:4.5.0'
    annotationProcessor 'com.github.bumptech.glide:compiler:4.5.0'*/

}
// fcm
apply plugin: 'com.google.gms.google-services'
// realm 데이터베이스
//apply plugin: 'realm-android'

---------------------------------------------------------------

dependencies {
    classpath 'com.android.tools.build:gradle:3.1.4'
    classpath 'com.google.gms:google-services:4.2.0'
   // classpath "io.realm:realm-gradle-plugin:3.5.0"      // realm 데이터베이스

    // NOTE: Do not place your application dependencies here; they belong
    // in the individual module build.gradle files
}
익명사용자 님이 2019년 7월 29일 질문

답변 달기

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