I have an Android project that I got from the SVN, as I did get latest the whole code showing errors but When I run the app, it successfully run on device with no error.
Following is the screenshot of my activity and errors
These error are showing since I got latest from svn.
What I tried So far:
I tried cleaning, rebuilding and re-syncing with gradle even I did restarting Android studio and my system many times but none of them is working.
I have seen in my dependency and the dependency is added as expected
implementation 'com.android.support:appcompat-v7:27.1.1'
But still there are such errors in the application.
My guess was that there is error because the project has 2 different module and on each module level dependency there is gradle file and each of them having this dependency.The version of dependency is even same. I tried removing from one and ran gradle but I have same result in the end.
Do not know why it is showing, even that it is not LINT error. Or may be that is LINT error or warning but at least they should get resolved.