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
This is the first time that I installed cordova in a running Vue project. Everything works fine, but all images in /assets are not found in builded apk, but is found in cordova serve android command.
All images imported by url() in <style> tags works properly.
All assets are referenced like "../../assets" in this project, would this be a problem?