Can't build --release android

Hello,

Whenever I try to run cordova build android --release or without release it won’t work.
It keeps getting stuck at Running command: cmd build.bat --release

I can’t find anything about it, really weird.
Hangs there forever.

Help is really appreciated, as this application needs to get released very soon…

Whenever I had trouble building in release or even in development, I just did a cordova platform rm android and then readded it.

1 Like

Hello,
thnx for the suggestion, I tryed but it didn’t work.
Its still stuck. I run the android SDK from an external drive. Maybe its related to that. I try to reinstall it on my PC and post the results here, thats the only possible solution I can think of right now.