Android Studio – Adding a TextInputLayout breaks the Android Studio layout preview, but the apk builds as expected and the app runs without issues
I am trying to make a Material3 application with Android Studio. I was able to successfully add a MaterialButton but when adding a TextInputLayout, the preview fails without even showing an error. This is the snippet that works without issues:…