본문 바로가기

Android Studio

(Android Studio) Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.

336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.


출처 : http://www.androidside.com/plugin/mobile/board.php?bo_table=B49&wr_id=104213


try{

   커서이용~~~~~

}catch(Excetion~~ ~~~){

}finally{

커서.close();

}


-----


추가로

db.close() 도 해준다.