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

前端 未结 11 955
南方客
南方客 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条回答
  •  抹茶落季
    2021-02-02 06:20

    implementation 'com.android.support:design:28.0.0'
    implementation 'com.android.support:support-annotations:28.0.0'
    

    set it in gradle.(module app) its working for me in android studio and device with orio.

提交回复
热议问题