I already looked at Android xml error: "No resource found that matches the given name" with RelativeLayout (@id/LinearLayout_acc, @id/ProgressBar_statusScreen)
My code has been working without problems. But now I am trying to create a release APK and I am getting these gradle errors:
Error:(47, 35) No resource found that matches the given name (at 'resource' with value '@xml/searchable').
Error:(81, 35) No resource found that matches the given name (at 'resource' with value '@xml/syncadapter').
Error:(90, 35) No resource found that matches the given name (at 'resource' with value '@xml/authenticator').
Again I don't get these errors unless I am trying to create a release APK.