gpt4 book ai didi

java - 在包 'text color' 中找不到属性 'android' 的资源标识符 --- 构建时

转载 作者:行者123 更新时间:2023-12-02 12:40:59 27 4
gpt4 key购买 nike

我是新人,现在使用 Android Studio。我已经使用 XML 创建了单页面设计,但是当我使用模拟器运行代码时,会出现以下消息:

Information:Gradle tasks [:app:assembleDebug] C:\Users\MHTAREQ\AndroidStudioProjects\JustJava\app\src\main\res\layout\activity_main.xml Error:(10) No resource identifier found for attribute 'fontColor' in package 'android' Error:(21) No resource identifier found for attribute 'fontColor' in package 'android'

C:\Users\MHTAREQ\AndroidStudioProjects\JustJava\app\build\intermediates\res\merged\debug\layout\activity_main.xml

Error:(10) No resource identifier found for attribute 'fontColor' in package 'android' Error:(21) No resource identifier found for attribute 'fontColor' in package 'android' Error:Execution failed for task ':app:processDebugResources'.

com.android.ide.common.process.ProcessException: Failed to execute aapt Information:BUILD FAILED Information:Total time: 1 mins 25.346 secs Information:5 errors Information:0 warnings Information:See complete output in console

这是 XML 代码:

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"
tools:context="com.example.android.justjava.MainActivity">

<TextView
android:id="@+id/quantity_text_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="quantity"
android:textAllCaps="true"
android:textSize="16sp"
android:fontColor="@android:color/black"
android:layout_marginLeft="16dp"
android:layout_marginTop="16dp"/>

<TextView
android:id="@+id/zero_text_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="0"
android:layout_below="@+id/quantity_text_view"
android:textSize="16sp"
android:fontColor="@android:color/black"
android:layout_marginLeft="16dp"
android:layout_marginTop="16dp"/>

<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="order"
android:textAllCaps="true"
android:layout_below="@+id/zero_text_view"
android:layout_marginLeft="16dp"
android:layout_marginTop="16dp"
android:onClick="submitOrder"/>

请帮忙。

最佳答案

尝试使用 android:textColor 标签而不是 fontColor

关于java - 在包 'text color' 中找不到属性 'android' 的资源标识符 --- 构建时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44947756/

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