更重要的是使用lib版本v7:23.1.1使用compile'com.android.support:appcompat-v7:23.1.1'
在你的代码中写下面的行
NavigationView navigationView = (NavigationView) findViewById(R.id.nav_view); View v = navigationView.getHeaderView(0); TextView avatarContainer = (TextView ) v.findViewById(R.id.imgAvatar);