只要有在機器人教程的隨時隨地完成的Hello World,並試圖儘快添加一個按鈕,將鈕釦上的main.xml文件保存文件,我得到黃色預警安卓儘快添加一個按鈕,得到錯誤
[國際化]硬編碼字符串「按鈕」,應使用@string資源這個拿出保存文件
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello" />
<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Button" />
</LinearLayout>
那只是一個提示沒有錯誤 – Michele 2012-03-03 19:58:50
感謝您的回答 – percy 2012-03-03 20:57:53