http://code.google.com/p/android/issues/detail?id=14616

On Feb 8, 6:42 pm, Matthias <m.kaepp...@googlemail.com> wrote:
> I'm pretty sure it's a bug. When running this directly in the test
> case, I get the same error:
>
>         getInstrumentation().runOnMainSync(new Runnable() {
>
>             @Override
>             public void run() {
>                 AlertDialog.Builder b = new
> AlertDialog.Builder(getInstrumentation()
>                         .getTargetContext());
>                 b.show();
>             }
>         });
>
> Time for another bug report I guess.

-- 
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