How can I put that file in userdata.img so that the emulator can read it? Also, how can to specifiy the path of the file in the code? I am using Windows 7.
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.
To push a file onto the emulator or any other rooted device you’d just issue a
adb pushcommand.In Java to define the path to a file you can simply create a
Fileobject with the path set in its constructor.