私の問題は、私は私のボタンのテキストの名前を変更したいとき、それは「のstrings.xml」内の文字列を定義することをお勧めしてくれハードコアエラーを与え、あなたは日食にこんにちはすべての人が私にこれを解決するのに役立つことができますか?
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context="com.companey.ali.Main" >
<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:text="Alireza" />
<TextView
android:id="@+id/textView1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/hello_world"
android:textSize="30sp" />
</RelativeLayout>
完全なエラーメッセージを投稿してください。そしてあなたが置くタイトルは問題を記述するべきです。 – m0skit0