Hi everyone,

I have an app in the market, and in the developer console, I've been
receiving many reports that look like this:

java.lang.NullPointerException
 at
android.view.WindowManagerImpl.removeViewLocked(WindowManagerImpl.java:
275)
 at android.view.WindowManagerImpl.removeView(WindowManagerImpl.java:
237)
 at android.view.Window$LocalWindowManager.removeView(Window.java:432)
 at android.widget.PopupWindow.dismiss(PopupWindow.java:1052)
 at
android.widget.AutoCompleteTextView.dismissDropDown(AutoCompleteTextView.java:
1126)
 at
android.widget.AutoCompleteTextView.onWindowFocusChanged(AutoCompleteTextView.java:
1079)
 at android.view.View.dispatchWindowFocusChanged(View.java:3800)
 at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:
674)
 at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:
674)
 at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:
674)
 at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:
674)
 at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:
674)
 at android.view.ViewRoot.handleMessage(ViewRoot.java:1943)
 at android.os.Handler.dispatchMessage(Handler.java:99)
 at android.os.Looper.loop(Looper.java:143)
 at android.app.ActivityThread.main(ActivityThread.java:5061)
 at java.lang.reflect.Method.invokeNative(Native Method)
 at java.lang.reflect.Method.invoke(Method.java:521)
 at com.android.internal.os.ZygoteInit
$MethodAndArgsCaller.run(ZygoteInit.java:868)
 at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
 at dalvik.system.NativeStart.main(Native Method)

Sometimes the lines in AutoCompleteTextView, PopupWindow and
WindowManagerImpl change, but I guess that is related to the SDK of
the users.

I havent been able to come across this problem myslef, and since the
trace doesn't show a line in my code, I don't know when this happens.

Does anyone have any idea of what can cause it?

Regards,

Gabe

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to