I need add some files in my application and this files must be unpacked to sd card after application install. Is it possible on Android? How I can to do that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Add the file to your resources/raw directory. When the application runs, you can check for the existence of the target file. If it doesn’t exist, unpack and write to the SD card: