gpt4 book ai didi

android - 我怎样才能运行我的安卓应用程序?

转载 作者:行者123 更新时间:2023-11-30 02:04:23 25 4
gpt4 key购买 nike

无法运行我的 android 应用程序,因为每当我单击“运行应用程序”应用程序时,它都会运行我存储在 res/drawable 文件中的图像。

我在我的 android 项目的 drawable 文件夹中导入了一个图像,然后将其设置为主要 Activity 的背景,但是当我尝试运行该应用程序时,它显示的是图像文件。

gradle 构建中还会显示以下消息。

错误:任务 ':app:mergeDebugResources' 执行失败。

C:\Users\USER\AndroidStudioProjects\GoGetIt\app\src\main\res\drawable\GGIMain.jpg: Error: Invalid file name: must contain only lowercase letters and digits ([a-z0-9_.])

这是我的activity_main.xml编码

<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:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:paddingBottom="@dimen/activity_vertical_margin" tools:context=".MainActivity"
android:background="@drawable/GGIMain">

最佳答案

重命名您的背景图片,使其仅包含小写字母。然后相应地调整您的 xml。

资源命名规则见这里:http://developer.android.com/guide/topics/resources/providing-resources.html

关于android - 我怎样才能运行我的安卓应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30944093/

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