android – 找不到与layout_hint中给定名称匹配的资源

android – 找不到与layout_hint中给定名称匹配的资源,第1张

概述我是新的,实际上这是我对 android程序的第一次尝试.我正在关注android开发者培训网站.我的activity_main.xml如下所示: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"androi 我是新的,实际上这是我对 android程序的第一次尝试.我正在关注androID开发者培训网站.我的activity_main.xml如下所示:
<linearLayout 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:orIEntation="horizontal"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=".MainActivity" ><EditText androID:ID="@+ID/edit_message"    androID:layout_wIDth="wrap_content"    androID:layout_height="wrap_content"     androID:layout_hint="@string/edit_message"/>

现在它显示错误和警告,如:

警告 – 此文本字段未指定inputType或提示

错误 – 错误:错误:找不到给定名称匹配的资源(在’layout_hint’中,值为’@ string / edit_message’)

解决方法 您需要在res / values / strings.xml文件中定义edit_message的值.至于警告,请查看 this link. 总结

以上是内存溢出为你收集整理的android – 找不到与layout_hint中给定名称匹配的资源全部内容,希望文章能够帮你解决android – 找不到与layout_hint中给定名称匹配的资源所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1143709.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-31
下一篇 2022-05-31

发表评论

登录后才能评论

评论列表(0条)

保存