안녕하세요

프로그램 과정에서 막혔던 문제들에 대한 해결책 정리


페이지 목록

2011년 1월 17일 월요일

[안드로이드] openFileOutput 인식 문제(android undefined openFileOutput)

openFileOutput 을

openFileOutput(path, Context.MODE_PRIVATE);

을 이용하여 사용하였다.

그런데 openFileOutput 밑에 빨간 줄이 그이는 게 아닌가!!
TIP) openFileOutput을 사용할 때 (아마도) extends Activity를

한 상태가 아니라면 Context를 받아줘야 한다.

즉, 해당하는 Context명의 openFileOutput 이 되어야 한다.

예) Context ctx;

ctx.openFileOutput( path, Context.MODE_PRIVATE);

빙고-!!

댓글 없음:

댓글 쓰기