Ionic Build Error

0

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.

    
asked by anonymous 15.09.2017 / 03:59

1 answer

1

I decided to reinstall everything. Jdk1.7.0_79 Build Tools 23.0.2

    
16.09.2017 / 01:04