IllegalStateException: Could not execute method of the activity

Caused by: java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first.

    parent.removeView(child);

WARN/SQLiteCompiledSql(23963): Releasing statement in a finalizer. Please ensure that you explicitly call close() on your cursor: select distinct path from info

ERROR/Database(23963): android.database.sqlite.DatabaseObjectNotClosedException: Application did not close the cursor or database object that was opened here

    finally{cursor.close();}

 

REFERENCES:http://stackoverflow.com/questions/9203685/android-illegalstateexception-could-not-execute-method-of-the-activity

http://blog.csdn.net/competerh_programing/article/details/7698566

相关文章:

  • 2022-12-23
  • 2021-10-16
  • 2022-12-23
  • 2021-11-11
  • 2022-12-23
  • 2022-12-23
  • 2021-12-16
  • 2022-12-23
猜你喜欢
  • 2021-07-24
  • 2021-06-20
  • 2021-07-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-08
相关资源
相似解决方案