After adding new items in strings.xml, quite often they don\'t start working immediately in Android Studio\'s Preview.
strings.xml
Couldn\'t resolve res
The only reliable way I've found so far is reloading the project / restarting Android Studio.
Quickest way to do that is File → Invalidate caches / Restart... → Just Restart.
Feel free to post better solutions!