0
Good night. I have a small project made with Ionic 1 that is giving the following error when running Ionic build android command:
C: Grantsoft apps Ideiasdepresentes Platforms android build Intermediates res merged debug values-eu values-eu.xml: Error: java.lang.Runtimeexception: java.io.Eofexception: End of input at line 1 column 1
:mergeDebugResources FAILED
FAILURE: Build failed with an Exception.
What Went Wrong: Execution failed for task ':mergeDebugResources'.
C: Grantsoft apps Ideiasdepresentes Platforms android build Intermediates res merged debug values-eu values-eu.xml: Error: java.lang.Runtimeexception: java.io.Eofexception: End of input at line 1 column 1
Try:
Run with
--stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
FAILED BUILD
Total time: 4,835 secs
Error: cmd: Command failed with Exit code 1 Error output: FAILURE: Build failed with an Exception.
What Went Wrong: Execution failed for task ':mergeDebugResources'.
C: Grantsoft apps Ideiasdepresentes Platforms android build Intermediates res merged debug values-eu values-eu.xml: Error: java.lang.Runtimeexception: java.io.Eofexception: End of input at line 1 column 1
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Has anyone been there? Thank you.