1

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

Community
  • 1
  • 1
sashoalm
  • 75,001
  • 122
  • 434
  • 781

1 Answers1

1

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.

Community
  • 1
  • 1
László Papp
  • 51,870
  • 39
  • 111
  • 135
  • OK, I installed it using "Install Ministro from APK", but now when I run my application with "Use Ministro service to install Qt", it still says "Can't find Ministro" and fails, when I use "Bundle Qt libraries..." or "Deploy local Qt..." it starts, but the theme is not 'native' - I think it's Plastique, it has black checkboxes. Here's [a screenshot](http://imgur.com/X0X0aDo). – sashoalm Jan 26 '14 at 09:06
  • @sashoalm: are you sure you properly downloaded the latest ministro? – László Papp Jan 26 '14 at 09:21
  • @sashoalm: have you tried to install Ministro from command line, too? – László Papp Jan 30 '14 at 15:09