问题
I am working on Xamarin cross platform project where if I placed the images inside the sub folder it is not loading on the screen.
Please refer my code and folder structure along with properties
回答1:
Put your Images folder under Assets Folder like this:
Assets/Images/*.png
and if you are using Localizing make like this:
Assets/Images/en/*.png
Assets/Images/another language/*.png
for more information you can check this Working with Images i hope that answer you question.
来源:https://stackoverflow.com/questions/37939758/xamarin-cross-platform-uwp-images-are-missing