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())) {
|
if (!selectedAbis.contains(info.cpuAbi.first())) {
|
||||||
Core::MessageManager::write(
|
Core::MessageManager::write(
|
||||||
tr("Android: The selected device main ABI (%1) is not selected! The app execution or "
|
tr("Android: The main ABI of the deployment device (%1) is not selected! The app "
|
||||||
"debugging might not work properly. Add it from Projects > Build > Build Steps > "
|
"execution or debugging might not work properly. Add it from Projects > Build > "
|
||||||
"qmake > ABIs.")
|
"Build Steps > qmake > ABIs.")
|
||||||
.arg(info.cpuAbi.first()),
|
.arg(info.cpuAbi.first()),
|
||||||
Core::MessageManager::WithFocus);
|
Core::MessageManager::WithFocus);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user