I need to recognize if in my android manifest is some removed class (for exmaple activity) and fail build. Class is red with text "Unresolved class..." but build is successful. Lint is also OK.
Is there any way to automatically detect this?
I need to recognize if in my android manifest is some removed class (for exmaple activity) and fail build. Class is red with text "Unresolved class..." but build is successful. Lint is also OK.
Is there any way to automatically detect this?