ちょっとfirebase使ってみたかっただけなのに、競合とかいらないから(;´・ω・) 警告だから無視してもいいのかなーと逃げたくなりつつ、競合放置は流石によくないですよね・・・ と、重い腰を上げたのでしたw All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 28.0.0, 26.1.0. Examples include com.android.support:animated-vector-drawable:28.0.0 and com.android.support:support-media-compat:26.1.0 There are some combinations of libraries, or tools and libraries, that are incompatible, or can lead to bugs. One such incompatibility is compiling with a version of the Android support libraries that is not the latest version (or in particular, a version lower than your targetSdkVersion). Issue id: GradleCompatible というわけで、勝手にケンカしてくれちゃってるver28さんとver26.1さんを探しに行きましょう! Gradle 競合確認 appディレクトリ配下に移動して確認コマンドを入力します cd app ./../gradlew dependencies 見づらいのでファイルに出力・・・とかはご自由に エラーログによると「com.android.support:animated-vector-drawable:28.0.0」と 「com.android.support:support-media-compat:26.1.0」がケンカしてます( `ー´...