error: package android.support.design.widget does not exist

前端 未结 4 1349
天命终不由人
天命终不由人 2021-01-26 07:35

i\'m new to android. when i want to import a project into my android studio it complain about this error that : error package android.support.design.widget does

4条回答
  •  情话喂你
    2021-01-26 08:16

    Floating action buttons are used for a special type of promoted action. so you need to add com.android.support:design library Include this line also in your build.gradle:

    compile this dependencies in your build.gradle:

    compile 'com.android.support:design:25.3.1'
    

提交回复
热议问题