I\'m working on an ionic app (ionic v1.7.13, cordova v5.4.1). When I run
ionic run android -l
everything works fine, all my project files
turns out that trying to include html5location's in angular that it breaks the routes.
by removing from my index.html file I fixed all the relative routes and my problem.
Cheers!