android活动结束时的非法状态异常

时间:2013-11-16 19:18:14

标签: android illegalstateexception

我有一个活动,在点击按钮时启动另一个活动(它的孩子)。此活动从文本字段接受一些值并将其插入数据库。但是有一个错误,活动结束时说“不幸的是,应用程序已关闭”,但所有值都输入到数据库中。我不知道发生了什么,请帮助我。这是调试:

Thread [<1> main] (Suspended (exception IllegalStateException)) 
<VM does not provide monitor information>   
View$1.onClick(View) line: 3599 
Button(View).performClick() line: 4204  
View$PerformClick.run() line: 17355 
Handler.handleCallback(Message) line: 725   
ViewRootImpl$ViewRootHandler(Handler).dispatchMessage(Message) line: 92 
Looper.loop() line: 137 
ActivityThread.main(String[]) line: 5041    
Method.invokeNative(Object, Object[], Class, Class[], Class, int, boolean) line: not available [native method]  
Method.invoke(Object, Object...) line: 511  
ZygoteInit$MethodAndArgsCaller.run() line: 793  
ZygoteInit.main(String[]) line: 560 
NativeStart.main(String[]) line: not available [native method]  

1 个答案:

答案 0 :(得分:0)

发布您的代码并提及行号。您可以在LOGCAT中获取受感染的行号。检查您的Manifest xml文件条目。