After trying to change the names of the EditText in my app, I suddenly can't debug it anymore cause it keeps failing to build and I get this error The file "obj\Debug\android\bin\packaged_resources" does not exist
.
I've looked online and found that deleting the SDK sometimes helps, and others saw it was a completely different issue with files names or strings.
I ran across this StackOverflow thread where the user explains how he arrived at what the issue was using the diagnostic output in VS. I managed to get this far, but as a still learning programmer, the wall of text is overwhelming me and I'm not sure what I'm looking for to resolve my issue.
This is the thread I'm talking about - Visual Studio 2017 - Xamarin - The file "obj\Debug\android\bin\packaged_resources" does not exist (Look under the solution in the comments)
What should I be looking for in that output? I could probably upload mine and have someone point out the solution, but I'm hoping to learn from this so I can resolve similar issues when I run into them :)
Thanks!
Edit: When I double click on the error, it takes me to Xamarin.Android.Common.target, but doesn't highlight the issue so I'm still totally lost :/