I am getting Error:(26) No resource identifier found for attribute \'srcCompat\' in package \'learnapp.android.example.com.learnapp\' when I try to run my app.I
Error:(26) No resource identifier found for attribute \'srcCompat\' in package \'learnapp.android.example.com.learnapp\'
You can also try
android:src = "@drawable/ic_dialog_email"
instead of
app:srcCompat="@android:drawable/ic_dialog_email"
I had the same error and this worked for me.