Pessoal estou com problema no Android Studio, tipo crio uma App de soma por exemplo, coloco 3 EdtiText e 1 botao Soma, os EditText mudo o id dele e tiro o text pra ficar em branco e receber os valores passados, porem quando mando executar ele não aparece fica so aparecendo o Botao… aparece isso pra min. alguem sabe como resolver ?
Hardcoded string “TextView”, should use @string resource Hardcoding text attributes directly in layout files is bad for several reasons: * When creating configuration variations (for example for landscape or portrait) you have to repeat the actual text (and keep it up to date when making changes) * The application cannot be translated to other languages by just adding new translations for existing string resources. There are quickfixes to automatically extract this hardcoded string into a resource lookup. Issue id: HardcodedText