Every time I restart Android I'm getting the error:

The application Android keyboard (process
com.android.inputmethod.latin) has stopped unexpectedly. Please try
again.

With logcat I get the following:

I/InputManagerService( 2104): Enabled input methods:
com.example.android.softkeyboard/.SoftKeyboard:com.android.inputmethod.latin/.LatinIME
I/ActivityManager( 2104): Start proc com.android.inputmethod.latin for
service com.android.inputmethod.latin/.LatinIME: pid=2162 uid=10002
gids={3003}
E/dalvikvm( 2162): Could not find method
android.view.inputmethod.InputConnection.getTextBeforeCursor,
referenced from method
com.android.inputmethod.latin.LatinIME.doubleSpace
W/dalvikvm( 2162): VFY: unable to resolve interface method 158:
Landroid/view/inputmethod/InputConnection;.getTextBeforeCursor (II)
Ljava/lang/CharSequence;
W/dalvikvm( 2162): VFY:  rejecting opcode 0x72 at 0x0011
W/dalvikvm( 2162): VFY:  rejected Lcom/android/inputmethod/latin/
LatinIME;.doubleSpace ()V
W/dalvikvm( 2162): Verifier rejected class Lcom/android/inputmethod/
latin/LatinIME;
W/dalvikvm( 2162): Class init failed in newInstance call (Lcom/android/
inputmethod/latin/LatinIME;)
D/AndroidRuntime( 2162): Shutting down VM
W/dalvikvm( 2162): threadid=3: thread exiting with uncaught exception
(group=0xa8007df8)
E/AndroidRuntime( 2162): Uncaught handler: thread main exiting due to
uncaught exception
E/AndroidRuntime( 2162): java.lang.VerifyError:
com.android.inputmethod.latin.LatinIME
E/AndroidRuntime( 2162):        at java.lang.Class.newInstanceImpl
(Native Method)
E/AndroidRuntime( 2162):        at java.lang.Class.newInstance
(Class.java:1458)
E/AndroidRuntime( 2162):        at
android.app.ActivityThread.handleCreateService(ActivityThread.java:
2334)
E/AndroidRuntime( 2162):        at android.app.ActivityThread.access
$2800(ActivityThread.java:112)
E/AndroidRuntime( 2162):        at android.app.ActivityThread
$H.handleMessage(ActivityThread.java:1638)
E/AndroidRuntime( 2162):        at android.os.Handler.dispatchMessage
(Handler.java:99)
E/AndroidRuntime( 2162):        at android.os.Looper.loop(Looper.java:
123)
E/AndroidRuntime( 2162):        at android.app.ActivityThread.main
(ActivityThread.java:3790)
E/AndroidRuntime( 2162):        at
java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2162):        at java.lang.reflect.Method.invoke
(Method.java:521)
E/AndroidRuntime( 2162):        at com.android.internal.os.ZygoteInit
$MethodAndArgsCaller.run(ZygoteInit.java:745)
E/AndroidRuntime( 2162):        at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:503)
E/AndroidRuntime( 2162):        at dalvik.system.NativeStart.main
(Native Method)
I/Process ( 2104): Sending signal. PID: 2162 SIG: 3
I/dalvikvm( 2162): threadid=7: reacting to signal 3

Any suggests what could be wrong?
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to