Android の @string リソースに関するヘルプが必要です。
文字列.xml
<string name ="jugar"></string>
アプリケーション.xml
<Button
android:id="@+id/jugar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/jugar" />
結果: ボタン ジュガー -> テキストが空で、アプリケーションに表示されません。
ありがとう!