-1

I'm stuck on an issue while adding Splash screen using Xamarin Forms. I have implemented the splash screen with help of this link.

After that the app crashed. and show the given error popup.

Please help me Thank you

enter image description here

Micho
  • 3,929
  • 13
  • 37
  • 40

1 Answers1

1

You could refer to Jon Douglas's answer : Xamarin.Android app only finding launcher activity on clean compile .

This issue has been fixed and be included in Visual Studio 15.5.5 or Visual Studio 15.6 Preview 3.

The respective Xamarin.Android version this fix is included in are Xamarin.Android 8.1.5.0 (Stable) and Xamarin.Android 8.2.0.6 (Preview)

Solution 1:

Update your Visual Studio to the latest version, Visual Studio 15.5.6 is available now.

Solution 2:

  • Delete your solution bin&obj folder
  • Rebuild again
Community
  • 1
  • 1
York Shen
  • 9,014
  • 1
  • 16
  • 40