forked from qt-creator/qt-creator
Android: Clarify error message
Change-Id: Id85c6a96ec2ffcb3bfd027ffdcc99ff97e1dd8ac Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user