AGPBI: {"kind": "Error", "text": "No resource identifier found for attribute \u0027text_titletext\u0027 in packages \u0027 package name \u0027 "," sources ": [{" File ":" D:\\workspace\\android studio\\bank\\res\\layout\\ui_testpersoninfo.xml "," position " : {"StartLine": +}], "original": ""}
FAILED
Failure:build failed with an exception.
* What went wrong:
Execution failed for task ':p rocessrenmaidebugresources '.
> com.android.ide.common.process.ProcessException:org.gradle.process.internal.ExecException:Process ' command ' D:\SDK\AS\sdk\build-tools\23.0.0\aapt.exe ' finished with Non-zero exit value 1
AGPBI: {"kind": "Error", "text": "No resource identifier found for attribute \u0027text_titletext\u0027 in packages \u0027 package name \u0027 "," sources ": [{" File ":" D:\\workspace\\android studio\\bank\\res\\layout\\ui_testpersoninfo.xml "," position " : {"StartLine": +}], "original": ""}
This statement indicates that the resource ID could not be found on line 21st of the Ui_testpersoninfo layout file
The general cause of the problem:
1. Possible naming of non-canonical causes the resource R file to not be automatically generated.
2. There may be a problem when you use a custom control to customize a property
The Gradle tool is automatically recognized, so you don't have to specify a package name
3. Other issues cause the resource R file to not be generated
Org.gradle.process.internal.ExecException:Process ' command ' D:\SDK\AS\sdk\build-tools\23.0.0\aapt.exe ' finished With Non-zero exit value 1