Reputation: 79595
I had asked a similar question for Necessitas before, but now the solution no longer works for Qt 5.
The problem is similar, when deploying my application on a real phone, Ministro installs fine, but on the Android virtual machine, the Ministro service says:
Can't find Ministro service. The application can't start.
Here are some screenshots:
Upvotes: 1
Views: 634
Reputation: 53175
It is quite simple. There are two ways:
adb install Ministro.apk
or
"Install Ministro from APK" (QtCreator)
as per this screenshot:
See further information here or here.
Upvotes: 1