I run the project - everything works fine. I change the text in strings
, I run to check - it gives an error:
Error:Execution failed for task ':app:processDebugResources'. > com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'E:\AutoDeep\Android Studio\Android\sdk\build-tools\23.0.1\aapt.exe'' finished with non-zero exit value 1
And underscores R
when hovering highlights -> Cannot resolve symbol 'R'
.
Build -> Clean Project
did not help. After cleaning, restarting did not help either. I start the project before changing the text in string
- it works. Change text -> stops working. Returning text to a project that does not work does not help. What it is?
File->InvalidateCahces
also did not help.