copy sqlite database from pc to phone

In my android phone I was looking for the app folder of my project “com.app.guiamovilizacion” but I’ve not could find yet it… in order to copy the database from my PC to the phone. I’m little confused.

In general: if you want to include data with the app you must either bundle it into the app (see here: https://www.fusetools.com/docs/assets/bundle) or download it from a server.

Thank you