gpt4 book ai didi

java - 错误: No resource found that matches the given name (at 'srcCompat' with value '@drawable-hdpi/ic_launcher' ) in eclispe

转载 作者:行者123 更新时间:2023-12-02 12:43:44 25 4
gpt4 key购买 nike

我已按照教程调用图像,但在使用 Eclipse 加载源时收到此消息错误。我不知道有什么问题。我该如何解决它?这是我的 xml 代码:

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="0.6">

<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:
android:id="@+id/userImg" />
</LinearLayout>

最佳答案

Error: No resource found that matches the given name (at 'srcCompat' with value '@drawable-hdpi/ic_launcher')

你应该使用

android:src="@drawable/your_image"

而不是

app:srcCompat="@drawable/your_image"

站点注释:如果您一直将 EclipseADT 一起使用,请注意 Android Studio 现在Android 的官方 IDE,因此您应该迁移到 Android Studio 以接收所有最新的 IDE 更新。

当前在 Eclipse 中构建的项目应该仍然可以很好地工作,但是从现在开始,利用新的 Android 功能将变得越来越困难。可以使用 File>New>Import Project 菜单将项目导入到 Android Studio 中。

关于java - 错误: No resource found that matches the given name (at 'srcCompat' with value '@drawable-hdpi/ic_launcher' ) in eclispe,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44857667/

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