We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
Hi @apk015, this doesn't appear to be related to the stripe-android SDK.
Sorry, something went wrong.
No branches or pull requests
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:
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!
The text was updated successfully, but these errors were encountered: