I have just updated my Android Studio, then it asked if i would like to import my settings where I said no and started new as I wanted to start fresh. Then I have created a new project. On doing this in the mainactivity.java the R's are red in color. Also when i try running this Hello World program(default app that is made when creating the program) , 3 errors show up which are-
Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.
Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'.
Execution failed for task ':app:processDebugResources'. com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Users \Kalyan\AppData\Local\Android\sdk\build-tools\23.0.0\aapt.exe'' finished with non-zero exit value 1
I am not sure what to do it would be real nice if someone could help me out. -Kalyan