unoplatform / Uno.Samples

A collection of code samples for the Uno Platform
http://platform.uno/
Other
212 stars 107 forks source link

[ToDo][Android][Phone/Tablet Emulator] Exception Occurs While Constructing the Content of the Frame #779

Open agneszitte opened 2 months ago

agneszitte commented 2 months ago

Current behavior

An exception occurs while constructing the content of the frame while launching the application on an Android emulator. The exception details are logged in the ActivityLog.xml file here

Exception details: System.Runtime.InteropServices.COMException (0x8000FFFF): Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))

Expected behavior

The content of the frame should be constructed without any exceptions.

How to reproduce it (as minimally and precisely as possible)

Environment

Nuget Package:

Affected platform(s):

agneszitte commented 2 months ago

@kazo0, @rajamatt, @Kunal22shah, @vatsashah45 Let me know if one of you is able to reproduce this exception when testing on an Android Emulator, just to make sure it is not something specific to my current setup. Thanks in advance for the feedback!

rajamatt commented 2 months ago

@agneszitte is it when building the app? I am able to open and run on my android emulator. image