Emulator is working fine on my environment. But suddenly I noticed this pop-up that shows up quite frequently. There is no code change. Not sure why this pop-up shows up.
I noticed the below exception in logcat. Any suggestion please? 10-20 14:45:01.522: ERROR/AndroidRuntime(417): FATAL EXCEPTION: main 10-20 14:45:01.522: ERROR/AndroidRuntime(417): java.lang.RuntimeException: Unable to instantiate service jp.co.omronsoft.openwnn.OpenWnnJAJP: java.lang.ClassNotFoundException: jp.co.omronsoft.openwnn.OpenWnnJAJP in loader dalvik.system.PathClassLoader[/system/app/OpenWnn.apk] 10-20 14:45:01.522: ERROR/AndroidRuntime(417): at android.app.ActivityThread.handleCreateService(ActivityThread.java: 2943) 10-20 14:45:01.522: ERROR/AndroidRuntime(417): at android.app.ActivityThread.access$3300(ActivityThread.java:125) 10-20 14:45:01.522: ERROR/AndroidRuntime(417): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2087) 10-20 14:45:01.522: ERROR/AndroidRuntime(417): at android.os.Handler.dispatchMessage(Handler.java:99) 10-20 14:45:01.522: ERROR/AndroidRuntime(417): at android.os.Looper.loop(Looper.java:123) 10-20 14:45:01.522: ERROR/AndroidRuntime(417): at android.app.ActivityThread.main(ActivityThread.java:4627) 10-20 14:45:01.522: ERROR/AndroidRuntime(417): at java.lang.reflect.Method.invokeNative(Native Method) 10-20 14:45:01.522: ERROR/AndroidRuntime(417): at java.lang.reflect.Method.invoke(Method.java:521) 10-20 14:45:01.522: ERROR/AndroidRuntime(417): at com.android.internal.os.ZygoteInit $MethodAndArgsCaller.run(ZygoteInit.java:868) 10-20 14:45:01.522: ERROR/AndroidRuntime(417): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626) 10-20 14:45:01.522: ERROR/AndroidRuntime(417): at dalvik.system.NativeStart.main(Native Method) 10-20 14:45:01.522: ERROR/AndroidRuntime(417): Caused by: java.lang.ClassNotFoundException: jp.co.omronsoft.openwnn.OpenWnnJAJP in loader dalvik.system.PathClassLoader[/system/app/OpenWnn.apk] 10-20 14:45:01.522: ERROR/AndroidRuntime(417): at dalvik.system.PathClassLoader.findClass(PathClassLoader.java:243) 10-20 14:45:01.522: ERROR/AndroidRuntime(417): at java.lang.ClassLoader.loadClass(ClassLoader.java:573) 10-20 14:45:01.522: ERROR/AndroidRuntime(417): at java.lang.ClassLoader.loadClass(ClassLoader.java:532) 10-20 14:45:01.522: ERROR/AndroidRuntime(417): at android.app.ActivityThread.handleCreateService(ActivityThread.java: 2940) 10-20 14:45:01.522: ERROR/AndroidRuntime(417): ... 10 more 10-20 14:45:03.923: INFO/Process(417): Sending signal. PID: 417 SIG: 9 -- 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

