1
I’m developing an APP in Ionic 3, put the images in the directory Assets/img/image.png and when I run Ionic Server in the lab, they appear normally, but when I build and install APK, all the images disappear, that is, they do not appear in the emulator or the device.
Have you tried to put the relative path in this way?: ". /Assets/img/image.png" or ".. /Assets/img/image.png", everything depends on the structure of your project understood?
– Leandro Simões
Already in Ionic lab they work normally, the problem and only when it generates the apk, that is after the build .. /.. /Assets/img/image.png
– Carlos Alexandre R Ramos