Build Error Android in Windows

Every time I try to give the command

ionic cordova build android

presents me the following error

Checking Java JDK and Android SDK versions
ANDROID_SDK_ROOT=C:\Users\Mairom\AppData\Local\Android\Sdk (recommended setting)
ANDROID_HOME=C:\Users\Mairom\AppData\Local\Android\Sdk (DEPRECATED)
Using Android SDK: C:\Users\Mairom\AppData\Local\Android\Sdk
Subproject Path: CordovaLib
Subproject Path: app
> Task :app:processDebugResources FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:processDebugResources'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
   > Android resource linking failed
     AAPT: error: failed writing to 'C:\Users\Mairom\Desktop\APLICATIVOS\-- HIBRIDOS\ionic\proDelivery\platforms\android\app\build\intermediates\runtime_symbol_list\debug\R.txt': Os dados são inválidos. (13).



* 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 1m 31s
16 actionable tasks: 1 executed, 15 up-to-date
Command failed with exit code 1: C:\Users\Mairom\Desktop\APLICATIVOS\-- HIBRIDOS\ionic\proDelivery\platforms\android\gradlew cdvBuildDebug -b C:\Users\Mairom\Desktop\APLICATIVOS\-- HIBRIDOS\ionic\proDelivery\platforms\android\build.gradle
[ERROR] An error occurred while running subprocess cordova.

        cordova.cmd build android exited with exit code 1.

        Re-running this command with the --verbose flag may provide more information.

help plis

build with --prod flag to check if there are errors in your code

use
ionic build --prod