error: failed linking references. -> QueuedJob

前端 未结 5 1825
时光说笑
时光说笑 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:59

    For my situation, my compileSdkVersion < targetSdkVersion in build.gradle. Just change compileSdkVersion >= targetSdkVersion.

提交回复
热议问题