0
私はこの問題に直面しました.0.1!問題は4.1.2
私はこの問題に直面しました.0.1!問題は4.1.2
ただ、それは新しいものと古いバージョンと競合している原因stethoライブラリ、 内の木材を排除するために、あなたのbuild.gradleの依存関係タグにこれを追加します。
dependencies {
compile ("com.facebook.stetho:stetho-timber:1.3.1") {
exclude group: "com.jakewharton.timber", module: "timber"
}
.
.
.
ありがとうございました。出来た – Cait
キャップがあなたの投稿をロックしないでください –