Community

Topic: Xamarin component

Error while running Trial App

vishal
Friday, August 18, 2017

while running trial APP in xamarin I am recieving error in

public void Run()

{
_thread.Name = "GLThread " + _thread.ManagedThreadId;
if (LOG_THREADS)
{
Log.Info("GLThread", "starting tid=" + _thread.ManagedThreadId);
}
try
{
guardedRun();
}
catch (Exception e)
{
// fall thru and exit normally
throw e;
}
finally
{
sGLThreadManager.ThreadExiting(this);
}
}

unhandled exception

user profile image
Support Team  (expert)
Wednesday, August 30, 2017

Hello,
could you please give us further details as
a) On which platform do you test trial app (iOS, Android)?
b) On which smartphone/tablet do you test the trial app?
Regards

Sign in to add a comment