every time I try to use something from my resources like a layout file
R.id.frameTwo
R cannot be found and android studio automatically puts android.
before the R so it does not find any of my resources and I have errors all over the place.
the error is Cannot resolve symbol R
Why cant my resources be found?