Good evening. I have a small project done with Ionic 1 that is giving the following error when I run the command ionic build android:
C: \ GrantSoft \ apps \ ApplicationDocs \ 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 \ ApplicationDocs \ 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.
BUILD FAILED
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 \ ApplicationDocs \ 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 ever been through this? Thank you.