Bug: Random false-positive errors and warnings in the editor despite successful builds
Description:
Hello Developer, the code editor sometimes displays random fake errors and red warnings in arbitrary places without any real reason, while the project compiles and builds successfully with zero issues:
- findViewById error: Shows a Type mismatch error (stating the returned element is a general View rather than a Button or LinearLayout), even though the ID is correct and the app builds successfully.
- LayoutParams error: Shows a fake type mismatch error for layout parameters, but the compiler accepts it completely during compilation.
(Attached are screenshots showing these false-positive editor errors).

Bug: Random false-positive errors and warnings in the editor despite successful builds
Description:
Hello Developer, the code editor sometimes displays random fake errors and red warnings in arbitrary places without any real reason, while the project compiles and builds successfully with zero issues:
(Attached are screenshots showing these false-positive editor errors).