You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got it working on iOS, but am still struggeling with Android. It seems that on Android all files are always still served from the file-assets-folder instead of the remote location.
I am using Cordova 5 and this changed env-settings:
As a workaround I am currently replacing the content-src in the config.xml with my dev-machines ip which enables me to use liveReload. This has the downside of requireing me to run cordova run, which skips all ember-cordova-cli tasks.
Hey,
I am unsure about wether liveReload is an Emulator-only or on-device feature (on Android).
If it is an on-device feature: In which order do I need to execute the cli-tasks?
I tried the following:
ember serve
ember cordova run -platform=android
The problem with this is that the App then tries to locate a
ember-cli-live-reload.js
under file:// which is not present.When using
ember cordova:build
instead of run, it does not even try to include this file, or to open a socket.That's how my env is set:
The text was updated successfully, but these errors were encountered: