I had a layout made in designer that contained an image view.
This image view had an image file loaded called "logo_transparent.png".
I needed to delete the file to load it dynamically and so I did by removing from the Files folder.
Image File property promptly turned blank:
The problem occurred when trying to load the layout. The app crashed in LoadLayout and gave me the error "java.io.FileNotFoundException" for the asset file "logo_transparent.png".
The solution was pretty straightforward (I re-selected the blank option in Image File).
This image view had an image file loaded called "logo_transparent.png".
I needed to delete the file to load it dynamically and so I did by removing from the Files folder.
Image File property promptly turned blank:
The problem occurred when trying to load the layout. The app crashed in LoadLayout and gave me the error "java.io.FileNotFoundException" for the asset file "logo_transparent.png".
The solution was pretty straightforward (I re-selected the blank option in Image File).