I have the database times in my application running on the emulator and want to remove it. Is there any sqlite query I can run via shell or another method?
Deleting an emulator In Android Studio, open the AVD Manager from “Tools” → “AVD Manager”, where you'd normally launch an emulator. In the “Actions” column, click the arrow pointing down to open the menu for the emulator you want to delete. Select “Delete” and confirm in the dialog.
SQLite is an embedded database engine, so in order to drop a database you have to delete the file from the machine. This action will make the database no longer accessible.
Go to DDMS then go to file explorer then open data-->--->data--> then your package ---> then database and here you have your database and you can delete it by clicking minus "-" sign from top right.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With