Home > Back-end >  Xamarin Forms app showing blank screen on Android when build with Azure Devops
Xamarin Forms app showing blank screen on Android when build with Azure Devops

Time:02-04

I'm using Azure Devops to build my Xamarin App. It produces an APK as output which I can successfully install on my device the only problem I have is that the app launches on a blank screen instead of showing me the login screen.

Is there any way to debug this issue? Strange enough this does not occur when launching in the app in Release mode on my device (using the same keystore).

I tried disabling Fast deployment in application settings in Visual Studio but to no avail.

If you need me to post my .yml file let me know.

CodePudding user response:

The app started working after enabling zipalign under “Android signing” in Azure Devops. Weird. I didn’t think that option which is disabled by default could cause this issue.

  •  Tags:  
  • Related