Android模拟器在哪里存储密码?

时间:2014-03-03 11:22:54

标签: android adb avd ddms

我想查看模拟器密码并使用adb保存在文本文件中。 我看了this问题,但我在DDMS中找不到正确的文件夹, 请帮帮我。

我需要做什么命令才能完成这项工作?

1 个答案:

答案 0 :(得分:1)

试试这个。

1.Open File Explore...

2.then go to data------>data........>then your package name(project packeage name)

请参阅此处enter image description here

3. in your packege there is a folder "Database" ,in this folder your database is saved.

4.then pull this database file on your system.,where you want to save this .

5.Open Squlite Browser.,and open your database file..,then you can see your password or any filed.