2016-11-04 8 views
0

私はこの問題に直面しました.0.1!問題は4.1.2

+0

キャップがあなたの投稿をロックしないでください –

答えて

0

ただ、それは新しいものと古いバージョンと競合している原因stethoライブラリ、 内の木材を排除するために、あなたのbuild.gradleの依存関係タグにこれを追加します。

dependencies { 
    compile ("com.facebook.stetho:stetho-timber:1.3.1") { 
     exclude group: "com.jakewharton.timber", module: "timber" 
    } 
    . 
    . 
    . 
+0

ありがとうございました。出来た – Cait