I am trying to open the Android sample project - Navigation Drawer in Android Studio, but got error while building it.
These are the steps to reproduce it:
Are you sure that gradle resolved all dependencies? I had the same problem when I occasionally removed recyclerview support library from dependencies:
compile 'com.android.support:recyclerview-v7:25.0.1'