sashoalm
sashoalm

Reputation: 79595

Can't install Ministro service on Android virtual machine

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:

enter image description hereenter image description here

Upvotes: 1

Views: 634

Answers (1)

László Papp
László Papp

Reputation: 53175

It is quite simple. There are two ways:

adb install Ministro.apk

or

"Install Ministro from APK" (QtCreator)

as per this screenshot:

enter image description here

See further information here or here.

Upvotes: 1

Related Questions