Search code examples
androidsqliteandroid-studioandroid-emulatorgenymotion

can't access sqlite database of Android in Genymotion


im trying place my prepoppulated-database to Android emulator(Genymotion) i do from this video https://www.youtube.com/watch?v=lrMoccPBZ14&t=241s

in his case ,he saw the database see pic below enter image description here

but in my computer it have only "con" file ,see pic beow enter image description here

so if anyone face the same problem and can solve it please tell me how to fix plz, tx in advance.


Solution

  • That con is actually com. You need to expand the width of the name column.

    e.g. Instead of :-

    enter image description here

    Expand the column :-

    enter image description here

    and then find the folder that equates to your package name e.g :-

    enter image description here

    As you can see there are a number of packages i.e. those in the highlighted area. You very likely won't have as many.