我最近添加FCM到我的項目,它工作正常。我已經使用了在android中整合FCM,爲什麼Firebase導入所有內容?
compile 'com.google.firebase:firebase-messaging:9.0.2'
此行爲圖書館,因爲只需要消息傳遞服務。但是當我看到外部庫dir時,有許多firebase類在我的應用程序中沒有用處。請看下面的圖片。
編輯:這裏是整個依賴關係子句
dependencies {
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'com.android.support:design:23.3.0'
compile 'com.android.support:recyclerview-v7:23.3.0'
compile 'com.android.support:cardview-v7:23.3.0'
compile 'org.apache.httpcomponents:httpmime:4.3.6'
compile 'org.apache.httpcomponents:httpcore:4.4.3'
compile 'com.jakewharton:butterknife:7.0.1'
compile 'com.google.android.gms:play-services:9.0.2'
compile 'com.google.firebase:firebase-messaging:9.0.2'
}
apply plugin: 'com.google.gms.google-services'
顯示您的build.gradle依賴 – Shubhank
增加了的build.gradle依賴。 –
爲什麼你導入整個播放服務庫? –