DroidFS icon indicating copy to clipboard operation
DroidFS copied to clipboard

Fix typo in strings.xml

Open intergalacticmonkey opened this issue 10 months ago • 1 comments

intergalacticmonkey avatar Apr 20 '24 07:04 intergalacticmonkey

Fixes this error when trying to build:

> Task :libpdfviewer:app:mergeReleaseResources
> Task :libpdfviewer:app:compileReleaseKotlin
57 actionable tasks: 10 executed, 47 up-to-date
Configuration cache entry reused.
onGraph.java:318)
        at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.lambda$execute$0(DefaultTaskExecutionGraph.java:314)
        at org.gradle.internal.operations.CurrentBuildOperationRef.with(CurrentBuildOperationRef.java:80)
        at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:314)
        at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:303)
        at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:463)
        at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:380)
        at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
        at org.gradle.internal.concurrent.AbstractManagedExecutor$1.run(AbstractManagedExecutor.java:47)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base/java.lang.Thread.run(Thread.java:840)
    

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:mergeReleaseResources'.
> /home/ubuntu/DroidFS/app/src/main/res/values-tr/strings.xml:282:3: Error: The element type "string" must be terminated by the matching end-tag "</string>".

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.

BUILD FAILED in 3s

intergalacticmonkey avatar Apr 20 '24 07:04 intergalacticmonkey

Thank you very much!

hardcore-sushi avatar May 23 '24 11:05 hardcore-sushi