Storage of SQLite database using Android and Phonegap

后端 未结 3 1424
情书的邮戳
情书的邮戳 2020-12-04 20:26

I\'m developing a Android Cordova/Phonegap app where I want to use a SQLite database. I used the example from the official documentation.

// Wait for device         


        
3条回答
  •  眼角桃花
    2020-12-04 21:06

    The solution is : Debug your app with emulator instead of physical device.

    Run your app with emulator instead of physical device. You will find your database file in /data/data/YOUR_PACKAGE_NAME/app_database/. You can pull the database file and browse the tables and data.

提交回复
热议问题