gpt4 book ai didi

android - 错误 : The file name must end with . xml 或 .png

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:10:54 26 4
gpt4 key购买 nike

即使我没有选择 photothumb.db 作为可绘制对象,我还是收到一条错误消息,提示 photothumb.db 应以 .xml 或 .png 结尾

我的 profilesmaller 图片是 png 类型

下面是我的代码

<FrameLayout 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/profilesmaller"
tools:context="charlenebuena.guest.HomeFragment">
</FrameLayout>

下面是我的 Gradle 控制台消息

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:mergeDebugResources'.
> C:\Users\Charlene Marie\AndroidStudioProjects\Guest\app\src\main\res\drawable\photothumb.db: Error: The file name must end with .xml or .png

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 2.72 secs

最佳答案

Android 只接受 .png、.jpg、.gif 和 .xml 文件作为可绘制资源。如果您有文件 .db 文件,则将该文件放在 Assets 文件夹中。

关于android - 错误 : The file name must end with . xml 或 .png,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41011739/

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