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

QStandardPaths locations return empty paths for Android

XMLWordPrintable

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

      Xperia X Performance (no root)

      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 "/"

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes