Search code examples
sqlitewindows-10windows-10-mobile

SQLite file's location Windows 10 Universal App


I'm working with SQLite and Windows 10. I followed this video SQLite Local Database (28th minute) to find the package and .sqlite file. But when I entered AppData/Local/Packages, I didn't find any package has the same name as my project's package's name. my project's package's name No folder has the same name as my project Can anyone help me find the package folder of windows 10 app project? Thank a lot!


Solution

  • Try following steps:

    1. WIN menu -> all apps -> right click on your app (App1 in your case) -> click uninstall. This will clear the previous app data.

    2. In Visual Studio, right click on the project node -> Deploy.

    3. Try to find and run your app from the app list to make sure it deployed correctly. then check if you can find the folder. This time you can easily find the folder by sorting on modified date.

    If it still doesn't work, see if you can repro the issue with a new blank project.

    [Update] If the app locates on phone or phone emulator, Use Windows Phone Power Tools (works for windows 10) to browse folders. Here is a screenshot for your reference: enter image description here