[Android-development] Running native executables directly

Piyush Verma piyush.pv at gmail.com
Thu May 30 18:58:48 CEST 2013


On Thu, May 30, 2013 at 11:48 PM, Vyacheslav Blinov <
blinov.vyacheslav at gmail.com> wrote:

> **
>
> On Thursday 30 May 2013 16:47:31 Alvaro Burnett wrote:
>
> Hi everyone,
>
>
> I'm thinking that it would be interesting if we could simply build the
> native side of our Qt applications and avoid the whole Java/apk stuff. Then
> run the executable from a terminal or otherwise. This would make build
> times a lot shorter.
>
>
> I'm not even sure if this is possible for GUI applications or it only
> works for command line applications. If it's technically possible, I'm
> willing to work on it.
>
>
>
> Android restricts running command line applications by default, and will
> refuse to launch one. So for non-rooted stock rom devices only legal way to
> launch application is bundle it in apk.
> Since some of android API's aren't exposed to C++ layer, you can't avoid
> Java always.
>

you are right.

But currently we are talking for the situation where we own the device we
own Android BSP.

We can path it we can customise boot process and stop initialisation of DVM
and just launch qt app.




>
> _______________________________________________
> Android-development mailing list
> Android-development at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/android-development
>
>


-- 
Thanks & Regards

Piyush Verma
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/android-development/attachments/20130531/e9401f60/attachment.html>


More information about the Android-development mailing list