raw 폴더
CODEDRAGON ㆍDevelopment/Android
반응형
\res\raw 폴더
· 프로젝트의 /res/raw 폴더에 필요한 파일을 저장해서 사용하는 방법입니다.
· raw 이름은 변경할 수 없으며 고정되어 있습니다.
· /res/raw 폴더는 읽기전용으로만 사용됩니다.
· openRawResource()메서드를 사용해서 리소스에 접근힐 수 있습니다.
'Development > Android' 카테고리의 다른 글
Android Studio에서 Haxm 설치하기 (0) | 2018.11.17 |
---|---|
Emulator: emulator: ERROR: x86_64 emulation currently requires hardware acceleration 해결방법 (0) | 2018.11.10 |
인텐트 생성, 인텐트 생성자 (0) | 2018.10.22 |
A67 - 인텐트 호출하여 각종 Action수행 (0) | 2018.10.15 |
Installation failed with message Failed to establish session. - 해결방법 (0) | 2018.10.10 |