gpt4 book ai didi

java - "No resource found that matches the given name"

转载 作者:行者123 更新时间:2023-12-01 11:56:59 25 4
gpt4 key购买 nike

我有一个充满错误的大控制台,都是相同的错误。

[2015-02-07 08:33:42 - TheHunter] C:\Users\Windows 8\workspace\TheHunter\res\drawable-hdpi\custom2.xml:4: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/button2').

[2015-02-07 08:33:42 - TheHunter] C:\Users\Windows 8\workspace\TheHunter\res\drawable-hdpi\custom3.xml:4: error: Error: No resource found that matches the given name (at 'drawable' with value '@drawable/button3').

我在控制台中遇到了相同的错误,但对于不同的图像大约 100 次。这只是我的主页的一小部分代码,我使用了几个按钮和图像,但仍然出现所有相同的错误。我看到了所有图像,但由于这些错误,它不允许我在 Android 模拟器中使用该应用程序。

您能告诉我为什么会出现这些错误吗?谢谢。

<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:background="@drawable/background"
tools:context="com.application.thehunter.MainActivity" >

<ImageButton
android:id="@+id/imageButton1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:layout_marginTop="74dp"
android:contentDescription="TODO"
android:background="@drawable/custom1"
android:src="@drawable/Button1"
tools:ignore="HardcodedText,ContentDescription" />

<ImageButton
android:id="@+id/imageButton2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_below="@+id/imageButton1"
android:contentDescription="TODO"
android:background="@drawable/custom2"
android:src="@drawable/Button2"
tools:ignore="HardcodedText,ContentDescription" />

最佳答案

资本是问题的一部分。资源名称必须是小写字母、数字或以字母开头的下划线。还要仔细检查您是否确实有名为该名称的文件。

关于java - "No resource found that matches the given name",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28375707/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com