nullpointerexception - Why is adMob throwing these null pointer exceptions in Android? -
I Android application complete and everything, so I integrated into the SDK downloads and applications from AdMob. After integrating the ads, I saw that this exception continued to appear in the console even when I ran the app. << p> The app does not crash or something, and ads Showing and working properly, but it is showing exceptions. Why? How can i get rid of this? Thanks in advance: -) In the end it was a simple log that executed from within its code I went. Nothing simple
[2011-09-01 22:25:21 - ddms] tap Java com.android.ddmlib.Client.sendAndConsume (Client.java:572) com.android.ddmlib.HandleHello. sendHELO (HandleHello.java:142) lang.NullPointerException (HandleHello on com.android.ddmlib.HandleHello.sendHelloCommands. Java: 65) com.android.ddmlib.Client.getJdwpPacket (Client.java:671) com.android. ddmlib.MonitorThread.processClientActivity (MonitorThread.java:317) Java on com.android.ddmlib.MonitorThread.run (MonitorThread: 263) [2011-09-01 22:25:21 - DDMS] com.android in com.android.ddmlib.Client.sendAndConsume (Client.java:572) on .ddmlib.HandleHello null java.lang.NullPointerException .sendHELO com.android.ddmlib.HandleHello.sendHelloCommands (HandleHello.java:142) (HandleHello. Java: 65) at com.android.ddmlib.Client.getJdwpPacket (Client.java:671) at com.android.ddmlib. On MonitorThread.processClientActivity (MonitorThread.java:31 7) com.android.ddmlib.MonitorThread.run (MonitorThread.java:263)
Comments
Post a Comment