Error Inflating Class Android.support.design.widget.textinputlayout
when i change my library 23.0.1 to 23.3.0 then this error will occur and i have to change my library. so give me answer and solution. java.lang.RuntimeException: Unable to start ac
Solution 1:
Finnaly i solved ERROR
i have been set correct themes in Manifest.xml <appliction> Tag but i was set manually wrong theme in my <activity> Tag.
So, i remove theme from <activity> TAG of manifest.xml
Solution 2:
add this dependency in build.gradle
implementation 'com.android.support:design:27.1.1'
will solve your issue
Solution 3:
just clean your project and rebuilt it before run that project. it will solve your problem.
Post a Comment for "Error Inflating Class Android.support.design.widget.textinputlayout"