Adding Maven repository causes an error - android.support.v7.widget.AppcompatTextView can't be instantiated
问题 Note: I have gone through all the related posts and did exactly what was written but nothing worked. I am trying to add ConstraintLayout 1.1.0-beta1 for percent dimensions, but whenever I do this, a pop-up comes at the bottom which is below. I clicked "Install Repositiory and Sync project" many times but nothing happened. So, I tried to add the following code in Build.gradle (Project) and it worked fine but a new error came. repositories { maven { url 'https://maven.google.com' } } The new