Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Illegal char at index 45: com.runcam.android.app-mergeDebugResources-22:/values/values.xml #9184

Open
apk015 opened this issue Sep 4, 2024 · 0 comments
Labels

Comments

@apk015
Copy link

apk015 commented Sep 4, 2024


Hi,

I'm encountering an issue when building my project in Android Studio. The error message is as follows:

Error:
Illegal char <:> at index 45: com.runcam.android.app-mergeDebugResources-22:/values/values.xml

Details:

Task :app:mergeDebugResources FAILED
Execution failed for task ':app:mergeDebugResources'.
Resource compilation failed (Failed to compile values resource file C:\Users\toy4y\Desktop\speedybee\app\build\intermediates\incremental\debug\mergeDebugResources\merged.dir\values\values.xml.
Cause: java.nio.file.InvalidPathException: Illegal char <:> at index 45: com.runcam.android.app-mergeDebugResources-22:/values/values.xml). Check logs for more details.

Here are the dependencies I’m using:

gradle
dependencies {
implementation("androidx.appcompat:appcompat:1.4.0")
implementation("com.google.android.material:material:1.5.0")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.3")
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
}

Could you please help me resolve this issue?

Thanks!


@apk015 apk015 added the bug label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant