Error 'No resource identifier found' with Android sample project

后端 未结 4 2180
暗喜
暗喜 2021-02-19 01:48

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:

4条回答
  •  臣服心动
    2021-02-19 02:34

    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'
    

提交回复
热议问题