gpt4 book ai didi

android - 构建错误 :colors. xml:1:1: 错误:序言中不允许内容

转载 作者:行者123 更新时间:2023-11-30 05:04:32 24 4
gpt4 key购买 nike

第一次来这里提问

我正在使用 android studio 3.2每当我创建一个新项目或打开一个旧项目时,我都会在构建中遇到此错误:

E:\AndroidProjects\app\src\main\res\values\colors.xml:1:1: Error: Content is not allowed in prolog.

当我打开 colors.xml 文件时,它包含以下注释

/** Copyright (C) 2011 The Android Open Source Project** Licensed under the Apache License, Version 2.0 (the "License");* you may not use this file except in compliance with the License.* You may ob

当我试图将此评论更改为通常的 colors.xml 内容时:

<?xml version="1.0" encoding="utf-8"?>
<resources>

<color name="colorPrimary">#3F51B5</color>


<color name="colorPrimaryDark">#303F9F</color>


<color name="colorAccent">#FF4081</color>
</resources>

我有这个错误

Android resource compilation failed Output: E:\AndroidProjects\app\src\main\res\mipmap-anydpi-v26\ic_launcher.xml:1: error: not well-formed (invalid token).

Command: C:\Users\New Tech.gradle\caches\transforms-1\files-1.1\aapt2-3.2.0-4818971-windows.jar\b01082f257a5a2a15bea752c6346e430\aapt2-3.2.0-4818971-windows\aapt2.exe compile --legacy \ -o \ E:\AndroidProjects\app\build\intermediates\res\merged\debug \ E:\AndroidProjects\app\src\main\res\mipmap-anydpi-v26\ic_launcher.xml Daemon: AAPT2 aapt2-3.2.0-4818971-windows Daemon #2

有时我会收到一条消息,提示当我打开它时出现错误,我会显示以下内容

Failed to build java cls class for C:/Users/New Tech/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.3.0/a134b0cfe9bb44f98b0b3e889cda07923eea9428/kotlin-stdlib-1.3.0.jar!/kotlin/UnsignedKt.class: C:/Users/New Tech/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.3.0/a134b0cfe9bb44f98b0b3e889cda07923eea9428/kotlin-stdlib-1.3.0.jar!/kotlin/UnsignedKt.class: null

这些问题是否相关?

注意:我没有改变我之前的设置或任何东西

我在这里问之前搜索了很多,但没有找到与我的问题相关的东西,因为我不知道如何表达他的问题

这是应用程序的 build.gradle(这个应用程序是一个示例,还没有包含任何内容)

    apply plugin: 'com.android.application'

apply plugin: 'kotlin-android'

apply plugin: 'kotlin-android-extensions'

android {
compileSdkVersion 28
defaultConfig {
applicationId "com.example.myapplication"
minSdkVersion 21
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
}

最佳答案

听起来您遇到了一个已知问题,该问题影响了很多 Windows 用户。如果您的系统突然关闭或 Android Studio 被终止,就会发生这种情况。该团队已意识到此问题并正在努力查明原因。

您可以在https://issuetracker.google.com/119638289上关注进度

关于android - 构建错误 :colors. xml:1:1: 错误:序言中不允许内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54784791/

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