Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-13174

[Android] Redeploy Android apps without wiping out stored database entries or any other stored preferences

    XMLWordPrintable

Details

    Description

      Currently whenever an Android app is redeployed to a device, database entries are deleted. On any other platform, when a Qt app is redeployed, database entries are not wiped out.

      In cases where I strongly needed to redeploy an Android app without wiping out stored sqlite app data I have used:

      adb -d install -r <path_to_apk>
      

      or

      adb -s <device> install -r <path_to_apk>
      

      It would be great if Qt Android apps were redeployed from Qt Creator without wiping out stored data.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            dt Daniel Teske
            adrian.gabureanu Adrian Gabureanu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes