Build not creating main.js file

Solved in my case. I really had a build error in the console log. ionic serve was working, but not the android build. There seem to be stricter rules! In my case a pipe call was not working, see [SOLVED] Pipes in RC0 . After fixing that, the android build worked again and main.js was created.