For example, with this command:
ionic run android --consolelogs --livereload --prod --target=Nexus_5X_API_25_x86
The console.log()
shows correctly the info into the terminal but with:
ionic run android --consolelogs --prod --target=Nexus_5X_API_25_x86
The console.log()
doesn’t show any logs into the terminal.
The problem is that I need to run without the livereload parameter because:
<img src="file:///......"
Not works with the livereload parameter.
Any idea?