"android_asset/www/" missing from file paths when building without livereload
turns out that trying to include html5location's in angular that it breaks the routes.
by removing <base href="/">
from my index.html file I fixed all the relative routes and my problem.
Cheers!