[Solved] Android ImageButton display error
Sometimes, keeping the resource or image in your case in Drawable folder doesn’t get added to ItemGroup/resource group. You can simply open the .csproj file of your project and validate that if the image name is present in the < ItemGroup > section.. it must be like below if your image name and extension is … Read more