'Showing `Missing permission` even after adding permission inside manifest

Here is the warning
enter image description here
Permission in manifest

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>

I have tried by removing space from permission, by restarting android studio, by invalidate and restart, by clean > rebuild. Nothing worked. Comment for more info.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source