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

前端 未结 4 1355
天命终不由人
天命终不由人 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条回答
  •  Happy的楠姐
    2021-01-26 08:15

    Add following in gradle file :

    compile 'com.android.support:appcompat-v7:25.3.1'
    compile 'com.android.support:support-v4:25.3.1'
    compile 'com.android.support:design:25.3.1'
    

提交回复
热议问题