English 中文(简体)
and
原标题:android debugger

我在 and齿动物中发现错误。 “AppName的申请突然停止。 请再次审判。

在出现错误时,我如何利用夸张来排除故障。

最佳回答

我在等待着很长的行李后,在不修改法典的情况下,才重新配对(我的确删除了法典和Xml文档,但用cntl+z予以排除),然后工作没有问题,即:

问题回答

This is a pretty big question. Here is the standard Android documentation for debugging android apps:

http://developer.android.com/guide/developing/debugging/index.html

我通常不回答一个环节,但坦率地说,这或许最容易地穿过《URL》的一片。 断点和标志活动。

您也应当查阅记录。 凭空和roid子记录,所有电文均可作为“adblogcat”进入你的指挥线。 http://developer.android.com/guide/developing/tools/adb.html

我不敢肯定你想要的那种夸张。 AFAIK, 2个挖土机可以用于甲状腺,即亚行和 g。 如果你想要废除java法典,你可以使用亚行。 你可以发放“连接当地东道方”的剪辑,以便与你的支持者连接起来。 然后,你可以使用“adblogcat”来看到你的支持者的标志。 多数情况下,该教授将给你有关贵族法典出现错误之处的标志。

我愿使用Logcat。 Logcat将给你一个非常详细的错误信息,其行文是错误发生的。 您可以通过以下方式在Eclipse中打开Logcat的观点:

Window -> show View -> Other (iflogcatn t show in the list) ->Logcat

我更喜欢夸张,因为 em子的行踪要更快。





相关问题
In Eclipse, why doesn t "Show In" appear for non-Java files?

If I have a *java file open, I can right click on the source, scroll down to "Show In (Alt-Shift-W)", and select Navigator. If I have an *xml, *jsp, or pretty much anything besides a Java source ...

Eclipse: Hover broken in debug perspective

Since upgrading Eclipse (Galileo build 20090920-1017), hover in debug no longer displays a variable s value. Instead, hover behaves as if I were in normal Java perspective: alt text http://...

Eclipse smart quotes - like in Textmate

Happy Friday — Does anyone know if eclipse has the notion of smart quotes like Textmate. The way it works is to select some words and quote them by simply hitting the " key? I m a newbie here so be ...

Indentation guide for the eclipse editor

Is there a setting or plugin for eclipse that can show indentation guides in the editor? Something like the Codekana plugin for visual studio (not so fancy is also OK). Important that it works with ...

Adding jar from Eclipse plugin runtime tab

I want to add .jar files for plugin from the Runtime tab of manifest file. When I use the Add... button, I can see only sub-directories of the plugin project. So if I want to add same .jar file to ...

How to copy multiple projects into single folder in eclipse

I have two projects, Project1 and Project2. Now i want to copy this projects into eclipse workspace but i want these projects to be in a single folder like below. Eclipse Workspace -> Project -> ...

Java: Finding out what is using all the memory

I have a java application that runs out of memory, but I have no idea which code is allocating the memory. Is there an application with which I can check this? I use Eclipse.

热门标签