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
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'