- 
    
Bug
 - 
    Resolution: Duplicate
 - 
    
P2: Important
 - 
    None
 - 
    5.10.0, 5.9.4
 - 
    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 "/"
- is replaced by
 - 
                    
QTBUG-65820 QStandardPaths::AppDataLocation is worong ("/") in Android Debug builds with Qt 5.9.4 snapshot
-         
 - Closed
 
 -