Installed apk shows white screen

Guta Geme Tufa 6 Reputation points
2021-02-01T15:00:23.587+00:00

I'm developing an application with Xamarin.
and it works fine when I run on emulator and real device. But, whenever I build application and download the apk and try to install the application I get a white blank screen after installation complete and white blank screen remains. Is there some help me how do I avoid this white blank screen which happens while installing the application?

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,297 questions
{count} vote

1 answer

Sort by: Most helpful
  1. TBreeze 11 Reputation points
    2021-04-16T19:31:32.697+00:00

    I've found that if you set linking to 'none' on the Android Options this goes away. The only post I could find on this that worked was one that suggested that the release linking is case sensitive while debug is not. It worked for me - i'm still working on trying to figure out the exact issue but maybe this will help you.

    2 people found this answer helpful.