0
Seems this mistake to me
Error:(2) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.
Error:(2) Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'.
Error:Execution failed for task ':app:processDebugResources'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Users\Rodolfo\AppData\Local\Android\sdk\build-tools\22.0.1\aapt.exe'' finished with non-zero exit value 1
with solving these mistakes
setContentView(R.layout.activity);
The R
turns red in the code and Androidmanifest
where and starts with android: is in red
@Diegofelipe in the truth the error is showing more but on Androidmanifest
android:configChanges, android:theme, android:icon, android:allowBackup,android:versionCode, android:versionName e http://schemas.android.com/apk/res/android"
are red– Vale
From what I saw here can be feature problem only available in higher versions of the api, and you are trying to use them in old Ipps. Take the test by changing the api as it is said on the link. Don’t forget to clean the project afterwards.
– user28595
@Diegofelipe the funny one who compiled .
– Vale
When this R is gone, probably some XML of yours is invalid.
– Pablo Almeida
Have you changed any manifest settings recently?
– Jorge B.