[Android-development] Android with 5.4-beta

Eskil Abrahamsen Blomfeldt eskil.abrahamsen-blomfeldt at theqtcompany.com
Mon Oct 13 09:02:09 CEST 2014


On 10/12/2014 12:25 PM, Robert Iakobashvili wrote:
> Gentlemen,
> My application builds and runs works properly with 5.3.1.
>
> When trying qt-opensource-linux-x86-android-5.4.0-beta_2014-10-07_03-37-01-40.run
> the following error is seen at run:
>
> Starting /home/robert/dev/application/trunk/build-Application-Qt_5_4_beta_arm-Debug/libApplication.so...
> Failed to start program. Path or permissions wrong?
>
> This is a widget app with pro file has TARGET and TEMPLATE
> properly defined, so it's not clear why
> it is trying to run the shared library.
>
> android { # For Android
>
>      TARGET = Application
>      TEMPLATE = app
> }
>
> Please, indicate which logs or whatever
> is required for further investigation.

Hi,

It sounds like it's not correctly detecting the kit as an Android kit to 
me. When you look at the settings page for your project, does it have 
the Android-specific deployment settings etc. under the "Run" tab? When 
launching the application, do you get the dialog box listing the 
available devices?

What happens if you try running one of the examples in the package? Same 
problem?

-- Eskil



More information about the Android-development mailing list