This is the folder structure of my app
.idea .vscode android build fonts Oxygen-Bold.tff Oxygen-Light.tff Oxygen-Regular.tff images pizza0.png pizza1.pn
My issue was nested folders.
I had my image in assets/images/logo/xyz.png and thought that - assets/images/ would catch all subfolders.
assets/images/logo/xyz.png
- assets/images/
You have to explicitly add each nested subfolder
Solution: - assets/images/logo/ etc.
- assets/images/logo/