error: failed linking references. -> QueuedJob

前端 未结 5 1819
时光说笑
时光说笑 2021-01-17 13:04

I was studying the Android Material Design using Kotlin and everything was going fine until I tried to use the android.support.design.widget.FloatingActionButton.

5条回答
  •  [愿得一人]
    2021-01-17 13:49

    Go to build.gradle(app) and add this in dependency:

    implementation 'com.android.support:appcompat-v7:28.0.0'
    

    Right now my compileSdkVersion is 28, so it is 28.0.0.

    Try and change according to that.

提交回复
热议问题