Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-66005

QStandardPaths locations return empty paths for Android

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P2: Important
    • None
    • 5.10.0, 5.9.4
    • Core: I/O, Extras: Android
    • None
    • Android 8.0.0

      Xperia X Performance (no root)

    Description

      qDebug() << "HomeLocation" << QStandardPaths::writableLocation(QStandardPaths::HomeLocation) ; 
      qDebug() << "AppDataLocation" <<QStandardPaths::writableLocation(QStandardPaths::AppDataLocation); 
      qDebug() << "AppLocalDataLocation" <<QStandardPaths::writableLocation(QStandardPaths::AppLocalDataLocation); 
      qDebug() << "DataLocation" <<QStandardPaths::writableLocation(QStandardPaths::DataLocation);
      

      All of the above returns "/"

      Attachments

        Issue Links

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

          Activity

            People

              taipan BogDan Vatra
              mrodriguez Miguel Rodriguez
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes