I want to know whether there is a method to access local files (say text files, web pages) of the filesystem in Android emulator.
I’m using Ubuntu 10.04 for Android development.
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 can use the
adbcommand which comes in the tools dir of the SDK:It will give you a command line prompt where you can browse and access the filesystem. Or you can extract the files you want:
Also, if you use eclipse with the ADT, there’s a view to browse the file system (Window->Show View->Other… and choose Android->File Explorer)