<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/Welcome" />
我已经使用此代码在 Android 中显示文本。但它显示一个错误。我该如何解决这个问题
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/Welcome" />
我已经使用此代码在 Android 中显示文本。但它显示一个错误。我该如何解决这个问题