English 中文(简体)
App Crashes only when in Emulator
原标题:App Crashes Only When in Emulator

我在试图发起一项新活动时感到意外。 脚印没有显示我法典的内容。 我在1.6个 em子和2.1个 em子中测试了它,但在这两个局势中,它双管齐下。 是否有任何人知道,使 em子坠毁了吗?

<>Stacktrace

01-13 16:18:33.232: E/AndroidRuntime(284): Uncaught handler: thread main exiting due to uncaught exception
01-13 16:18:33.232: E/AndroidRuntime(284): java.lang.NullPointerException
01-13 16:18:33.232: E/AndroidRuntime(284):  at android.widget.TabHost.dispatchWindowFocusChanged(TabHost.java:292)
01-13 16:18:33.232: E/AndroidRuntime(284):  at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:659)
01-13 16:18:33.232: E/AndroidRuntime(284):  at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:659)
01-13 16:18:33.232: E/AndroidRuntime(284):  at android.view.ViewGroup.dispatchWindowFocusChanged(ViewGroup.java:659)
01-13 16:18:33.232: E/AndroidRuntime(284):  at android.view.ViewRoot.handleMessage(ViewRoot.java:1782)
01-13 16:18:33.232: E/AndroidRuntime(284):  at android.os.Handler.dispatchMessage(Handler.java:99)
01-13 16:18:33.232: E/AndroidRuntime(284):  at android.os.Looper.loop(Looper.java:123)
01-13 16:18:33.232: E/AndroidRuntime(284):  at android.app.ActivityThread.main(ActivityThread.java:4203)
01-13 16:18:33.232: E/AndroidRuntime(284):  at java.lang.reflect.Method.invokeNative(Native Method)
01-13 16:18:33.232: E/AndroidRuntime(284):  at java.lang.reflect.Method.invoke(Method.java:521)
01-13 16:18:33.232: E/AndroidRuntime(284):  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
01-13 16:18:33.232: E/AndroidRuntime(284):  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:549)
01-13 16:18:33.232: E/AndroidRuntime(284):  at dalvik.system.NativeStart.main(Native Method)
01-13 16:18:33.242: I/dalvikvm(284): threadid=7: reacting to signal 3
01-13 16:18:33.422: I/dalvikvm(284): Wrote stack trace to  /data/anr/traces.txt 
最佳回答

甲型六氯环己烷和乙型六氯环己烷的复方,一切似乎都是罚款的。 Very weird!

问题回答

暂无回答




相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签