This is a known issue, thanks for reporting it though. On Thu, Feb 4, 2010 at 7:40 AM, OrSol <[email protected]> wrote: > Put emulator in landscape mode. Find EditText control in any > application (contacts for ex.) and press on it. > Application fails with exception: > 02-04 17:27:55.434: ERROR/AndroidRuntime(802): Uncaught handler: > thread main exiting due to uncaught exception > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): > java.lang.IllegalArgumentException: width and height must be > 0 > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > android.graphics.Bitmap.nativeCreate(Native Method) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > android.graphics.Bitmap.createBitmap(Bitmap.java:468) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > android.inputmethodservice.KeyboardView.onBufferDraw(KeyboardView.java: > 623) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > android.inputmethodservice.KeyboardView.onDraw(KeyboardView.java:614) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > android.view.View.draw(View.java:6536) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > android.view.ViewGroup.drawChild(ViewGroup.java:1527) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > android.view.ViewGroup.dispatchDraw(ViewGroup.java:1257) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > android.view.ViewGroup.drawChild(ViewGroup.java:1525) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > android.view.ViewGroup.dispatchDraw(ViewGroup.java:1257) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > android.view.ViewGroup.drawChild(ViewGroup.java:1525) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > android.view.ViewGroup.dispatchDraw(ViewGroup.java:1257) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > android.view.ViewGroup.drawChild(ViewGroup.java:1525) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > android.view.ViewGroup.dispatchDraw(ViewGroup.java:1257) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > android.view.ViewGroup.drawChild(ViewGroup.java:1525) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > android.view.ViewGroup.dispatchDraw(ViewGroup.java:1257) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > android.view.View.draw(View.java:6539) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > android.widget.FrameLayout.draw(FrameLayout.java:352) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > com.android.internal.policy.impl.PhoneWindow > $DecorView.draw(PhoneWindow.java:1830) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > android.view.ViewRoot.draw(ViewRoot.java:1349) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > android.view.ViewRoot.performTraversals(ViewRoot.java:1114) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > android.view.ViewRoot.handleMessage(ViewRoot.java:1633) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > android.os.Handler.dispatchMessage(Handler.java:99) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > android.os.Looper.loop(Looper.java:123) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > android.app.ActivityThread.main(ActivityThread.java:4338) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > java.lang.reflect.Method.invokeNative(Native Method) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > java.lang.reflect.Method.invoke(Method.java:521) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > com.android.internal.os.ZygoteInit > $MethodAndArgsCaller.run(ZygoteInit.java:860) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618) > 02-04 17:27:55.474: ERROR/AndroidRuntime(802): at > dalvik.system.NativeStart.main(Native Method) > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en >
-- Romain Guy Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

