Reputation: 1352
I can use coordinator layout in my xml files but when I tried to import it in my java class it said "Cannot resolve symbol CoordinatorLayout while other classes in the same packages work fine.
Screenshot is shown below:
Dependencies:
Upvotes: 1
Views: 3671
Reputation: 1288
Try this
compile 'com.android.support:design:25.1.1'
Upvotes: 4