i am creating an app where i unzip the files and load it to SD card but instead i wish to load them to the assets folder on the project. How to do this can any one help me with this
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.
You cannot write into your Apps Asstes Folder.
Use data/ on SD Card or for small things the SharedPreferences instead.