I receive tons of annoying warnings from my strings.xml. To the left of each declaration I get a warning saying "Message description not found.". How can I fix it?
I have the same issue, since I've made an update of the SDK. I found a solution for this issue. Just add a comment before each string in your string.xml file, this will resolve the warnings.
Example below:
<!-- Description here -->
<string name="app_name">Test App</string>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With