Getting error inflating CardView despite of using last version
Getting error inflating CardView despite of using last version I have a problem which is wasting my time. I was working on my project very well until yesterday. When I started to work last morning I have faced this problem ; "Binary XML file line #2: Error inflating class android.support.v7.widget.CardView" I have suddennly googled and I have seen that some other people faced either. But answers about these problem is not my solution. It hasnt fixed my problem. Pls save my day :) here is my gradle ; dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'com.android.support:support-compat:27.1.1' implementation 'com.android.support.constraint:constraint-layout:1.1.2' implementation 'com.android.support:design:27.1.1' implementation 'com.android.support:animated-vector-drawable:27.1.1' implementation 'com.android.support:exifinterface:27.1.1' implementation 'com.android.support:customta...
