cross-posted from: https://lemm.ee/post/46066494

I followed the recommended processes for adding images to my app, and it is being displayed correctly on the layout preview, but not at all on the app. I have vector assets, webp, png images, but none are being displayed.

The project is too big to put here in its entirety, but please ask for any snippets that could help you solve the issue. I’ve tried searching the web and asking LLMs and neither could help, so please help me, fellow humans.

  • JackGreenEarthOP
    link
    fedilink
    English
    arrow-up
    1
    ·
    17 hours ago

    I was using app:srcCompat rather than android:src, maybe that’s the difference?

    • tronx4002@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      17 hours ago

      I would try app:src or adding

       android {  
         defaultConfig {  
           vectorDrawables.useSupportLibrary = true  
          }  
      

      To your build.gradle