Error:Program type already present: android.arch.lifecycle.LiveData

前端 未结 10 959
迷失自我
迷失自我 2020-12-06 04:32

When I press the run button in Android Studio, my app compiles but shows this error (redacted):

Error:Program type a         


        
10条回答
  •  醉梦人生
    2020-12-06 05:15

    Please add following dependencies in your app build.gradel file

    implementation "android.arch.core:runtime:1.1.1"
    implementation "android.arch.core:common:1.1.1"
    

提交回复
热议问题