Android: Clarify error message

Change-Id: Id85c6a96ec2ffcb3bfd027ffdcc99ff97e1dd8ac
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
This commit is contained in:
Robert Loehning
2020-07-28 11:40:16 +02:00
parent 88be337b0d
commit cf183a898d

View File

@@ -213,9 +213,9 @@ bool AndroidDeployQtStep::init()
if (!selectedAbis.contains(info.cpuAbi.first())) {
Core::MessageManager::write(
tr("Android: The selected device main ABI (%1) is not selected! The app execution or "
"debugging might not work properly. Add it from Projects > Build > Build Steps > "
"qmake > ABIs.")
tr("Android: The main ABI of the deployment device (%1) is not selected! The app "
"execution or debugging might not work properly. Add it from Projects > Build > "
"Build Steps > qmake > ABIs.")
.arg(info.cpuAbi.first()),
Core::MessageManager::WithFocus);
}