您的位置:首页 > 产品设计 > UI/UE

error: Error: No resource found that matches the given name (at 'text' with value '@string/

2013-05-11 18:51 771 查看
错误提示:error: Error: No resource found that matches the given name (at 'text' with value
'@string/

hello2').

解决方法:

在/res/values/strings.xml 添加上你问题里面补充的内容就可以了

<?xml version="1.0" encoding="utf-8"?>

<resources>

<string name="hello">这是第一个Activity。</string>

<string name="hello2">这是第二个Activity。</string>

<string name="app_name">Examples_03_04</string>

</resources>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐