Search code examples
androidcordovaionic4angular8

ERROR - An error occurred while running subprocess cordova


I am trying to run the ionic app for android but it gives me below error.

enter image description here

I'm trying to solve this issue with some help provides by FAQ but it doesn't work !

Can you help me please ?


Solution

  • I finally found the solution from a related solved topic: The solution is:

    • ionic platform rm android
    • ionic platform add android@latest
    • ionic resources
    • ionic run android