android 创建helloworld 出现如下状况

<?xmlversion="1.0"encoding="utf-8"?><LinearLayoutxmlns:android="http://schemas.androi... <?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="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello_world" />

<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/This id my first Android Application" />

<Button
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/And this is a clickable button!" />

TextView 和 Button的最后一句老出现error:Error :no resource found the that given name(at"text" with value "@string/this is my first Android Appliction"
展开
 我来答
心中风情4
2013-09-21 · TA获得超过2247个赞
知道大有可为答主
回答量:1779
采纳率:66%
帮助的人:1091万
展开全部
改为如下

<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="This id my first Android Application" />

<Button
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="And this is a clickable button!" />

使用常量字符串,不需要使用@string
,只有使用定义在string.xml中的字符串时才需要使用@string/
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式