Can't find android.support.design.widget.Snackbar in support design library

前端 未结 11 937
南方客
南方客 2021-02-02 05:31

I develop own library module where I use Snackbar.

Here is my Gradle file:

apply plugin: \'com.android.library\'

android {
    compileSdkV         


        
11条回答
  •  闹比i
    闹比i (楼主)
    2021-02-02 06:23

    Just type fully qualified class name android.support.design.widget.SnackBar instead of just SnackBar at every occurrence . It solves the issue for me.

提交回复
热议问题