forked from qt-creator/qt-creator
Android: Don't scream at the user
Change-Id: I20ebad6ad2c314394b2c9c90cb9b63e871b2dfb4 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -213,7 +213,7 @@ bool AndroidDeployQtStep::init()
|
|||||||
|
|
||||||
if (!selectedAbis.contains(info.cpuAbi.first())) {
|
if (!selectedAbis.contains(info.cpuAbi.first())) {
|
||||||
Core::MessageManager::write(
|
Core::MessageManager::write(
|
||||||
tr("Android: The main ABI of the deployment device (%1) is not selected! The app "
|
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 > "
|
"execution or debugging might not work properly. Add it from Projects > Build > "
|
||||||
"Build Steps > qmake > ABIs.")
|
"Build Steps > qmake > ABIs.")
|
||||||
.arg(info.cpuAbi.first()),
|
.arg(info.cpuAbi.first()),
|
||||||
|
Reference in New Issue
Block a user