forked from qt-creator/qt-creator
Android: Remove "qtlive" support
Productization of Qt Live preview for Android didn't happen. Change-Id: Ie69d8193afec9b59d859bc65c45d36028247e2b9 Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
@@ -56,14 +56,6 @@ AndroidDevice::AndroidDevice()
|
||||
setOsType(Utils::OsTypeOtherUnix);
|
||||
|
||||
setDeviceState(DeviceReadyToUse);
|
||||
const AndroidConfig &config = AndroidConfigurations::currentConfig();
|
||||
if (config.qtLiveApkPath().exists()) {
|
||||
QString activityPath;
|
||||
AndroidManager::apkInfo(config.qtLiveApkPath(), nullptr, nullptr, &activityPath);
|
||||
qCDebug(androidDeviceLog) << "Using Qt live apk from: " << config.qtLiveApkPath()
|
||||
<< "Activity Path:" << activityPath;
|
||||
setQmlsceneCommand(activityPath);
|
||||
}
|
||||
}
|
||||
|
||||
IDevice::DeviceInfo AndroidDevice::deviceInformation() const
|
||||
|
Reference in New Issue
Block a user