简体   繁体   中英

Xamarin Android Debugging errors

I am repeating a question posed on Xamarin forums by another user as there has been no solution ( http://forums.xamarin.com/discussion/37139/debug-chaos ). Since the update to Xamarin at the start of April.

I'm facing very strange debugging errors using Xamarin Studio.

1) Set a breakpoint in the IDE and it stops at the breakpoint with a nullreferenceexception, even when the breakpoint is set on a curly bracket of a function.

2) Move the breakpoint by 1 line and the nullreferenceexception will occur there instead.

I have tried to enable/disable fast deploy and mono shared runtime without changes, and fully reinstalled Xamarin Android and Xamarin Studio.

Any ideas? It's very frustrating to not be able to debug.

Update: Xamarin Studio v5.8.2, Xamarin.Android v4.20.0.37, Nexus 7 (2013) running Android 5.0.2

在此处设置断点会导致nullreferenceexception

将断点向下移动一行,它会导致出现nullreferenceexception

it is a related to drawable images problem, please do try it that remove image from layout file and then run application as same configure it will be run successfully. this type of problem i face at staring but now i have the solution to how to handle it. setting android images and icon is perfect hierarchy which is mention below images and also update your SDK.

在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM