How can I browse and copy out the files in my Android AVD? I wish to view the contents of the Sqlite file the app modifies.
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.
Use the File Manager in DDMS (either the standalone program or the DDMS perspective in Eclipse). Your SQLite databases should be in:
where
your.package.hereis whatever package name you gave your application in the manifest.