본문 바로가기

Android

android.content.Context 주요 메소드 Context.openFileInput() 하위 디렉토리 /files에 있는 응용프로그램 파일을 읽기 모드로 오픈한다. Context.openFileOutput() 하위 디렉토리 /files에 있는 응용프로그램 파일을 쓰기모드로 열거나 생성 Context.deleteFile() 하위 디렉토리 /files에 있는 응용프로그램 파일을 삭제 Context.fileList() 하위 디렉토리 /files의 목록을 구성한다. Context.getFilesDir() 하위 디렉토리 /files에 대한 객체를 얻는다. Context.getCacheDir() 하위 디렉토리 /Cache에 대한 객체를 얻는다. Context.getDir() 주어진 이름의 응용프로그램 하위 디렉토리를 얻거나 생성.. 참조. http://gre..
Your project contains error(s), please fix them befor running 이클립스에서 안드로이드 개발하다 보면 AVD까지 설정을 다 했는데도 run 을 하면 Your project contains error(s), please fix them befor running 메세지가 나오는 경우가 있는데 보통 프로젝트를 리프레쉬 하고 project를 clean 작업을 해주면 해결이 되는데 ... 그렇게 했는데도 안 되는 경우가 있다. 그럴때는 Problems tab에서 에러를 하나하나 보면서 처리를 해야 한다. 에러중에. Error generating final archive: Debug Certificate expired on 10/11/25 14:56 식의 에러가 나온다면 다음의 방식대로 한번 해 보기 바란다. Android Debug용 KeyStore는 유효기간은 1년이여서 기..
구글 안드로이드 개발 동영상