When creating both TextView and Buttons, when a resource is set to be the text
tools:text="@string/testString"
it will show on the design view for the XML, however when running the app, the buttons or texts show the values from the hardcoded text, or appear blank if they don't exist.
android:text="Something else"
The strings.xml resource is readable however, as changing the name of the app for the title view works.
This happens on EVERY Android activity so far, even in brand new projects. I have tried uninstalling and reinstalling the studio, all the APKs.