没有主机异常xamarin的路由

时间:2018-01-16 18:24:44

标签: c# asp.net windows xamarin xamarin.forms

在开发我的应用程序时,今天我遇到了一个巨大的问题。一切都很好,直到我决定更改我的应用程序的图标。我在android项目的mainActivity.cs中这样做了。 在我尝试了这个并且出现错误之后,我尝试以之前的方式恢复它,但是当我尝试运行我的项目时,我遇到了这个问题。它一旦开始就会破裂。我试过调试它但老实说我不知道​​它有什么问题。我试着查看堆栈跟踪以获得答案,我看到了:

01-16 19:08:50.777 D/ViewRootImpl@75e7b36[MainActivity]( 3825): 
MSG_RESIZED_REPORT: frame=Rect(0, 0 - 1440, 2960) ci=Rect(0, 84 - 0, 168) 
vi=Rect(0, 84 - 0, 168) or=1
01-16 19:08:50.778 D/ViewRootImpl@75e7b36[MainActivity]( 3825): 
MSG_WINDOW_FOCUS_CHANGED 1
01-16 19:08:50.778 D/ViewRootImpl@75e7b36[MainActivity]( 3825): 
mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true -922408960}
01-16 19:08:50.780 V/InputMethodManager( 3825): Starting input: 
tba=android.view.inputmethod.EditorInfo@4575b40 nm : com.companyname.MyApp 
ic=null
01-16 19:08:50.780 I/InputMethodManager( 3825): [IMM] startInputInner - 
mService.startInputOrWindowGainedFocus
01-16 19:08:50.799 D/InputTransport( 3825): Input channel constructed: fd=78
Thread started: <Thread Pool> #7
01-16 19:08:50.811 V/InputMethodManager( 3825): Starting input: 
tba=android.view.inputmethod.EditorInfo@a7f8a79 nm : com.companyname.MyApp 
ic=null
Thread started: <Thread Pool> #8
Thread finished:  #3
The thread 'Unknown' (0x3) has exited with code 0 (0x0).
01-16 19:08:53.994 D/TcpOptimizer( 3825): [com.companyname.MyApp] connect 
failed. sid=62, mark=622, connectErrno=113(No route to host)
An unhandled exception occured.

我试着在网上寻找答案,但没有人与xamarin有类似的问题。知道这可能是什么原因??我正处于开发应用程序的最后阶段。请给我一点帮助。谢谢

0 个答案:

没有答案