I keep getting an error like this in my brand new application:

I keep clicking the install button but Android Studio doesn't do anything. I'm not sure what I'm doing wrong. Is there any way I can fix this?
Like it
Thanks @mikepenz
I'm still having trouble getting the errors to go away. I added the support libraries but I'm still getting that error

@NovaViper please read the support library page a bit more closely ;)
https://developer.android.com/topic/libraries/support-library/setup.html
Make sure that the repositories section includes a maven section with the "https://maven.google.com" endpoint. For example:
I do have a maven section, it's called mavenCentral(), I have used that for all of my other repos and it worked before
--Edit--
Just tried the maven with the maven link endpoint, still the same error
please read the documentation very very closely.

I did, still spits up the same error
so you have the google maven repository in your repositories? for all projects?
Sorry for not responding, I was in class. And I finally got the error to go away, I cleared everything and put in the configurations from my previous repo with only changing the version numbers. Thanks for the help
Most helpful comment
@NovaViper https://developer.android.com/topic/libraries/support-library/setup.html