[PyQt] pyqtdeploy building demo problem with NDK

Ronald Petit elronaldpetit at gmail.com
Wed Aug 1 17:33:46 BST 2018


Thanks for your answer, after set the variable to android-28 it accept
everything.

But now, it's complaining about missing libraries, specifically, stdlib.h
stdio.h string.h etc (very basic libraries)

I did, sudo find /usr/include/ -name "stdio.h" and the result is:

/usr/include/x86_64-linux-gnu/bits/stdio.h
/usr/include/stdio.h
/usr/include/c++/5/tr1/stdio.h

I tried then pyqtdeploy 2.1 (stable release), but got the same error.


El mié., 1 ago. 2018 a las 5:10, Phil Thompson (<phil at riverbankcomputing.com>)
escribió:

> On 1 Aug 2018, at 8:09 am, Ronald Petit <elronaldpetit at gmail.com> wrote:
> >
> > Hello, I'm trying to build the pyqt-demo for android using pyqtdeploy,
> I'm following the documentation, however it's pointed for a host building
> and I'm on linux.
> >
> > My problem is, that when running the build script, I'm asked to use the
> environmental variable ANDROID_NDK_PLATFORM to set the API level, but after
> doing it it just keep asking me for it.
>
> The format of the value is, for example, android-28
>
> > I'm using the latest snapshot, pyqtdeploy-2.2
>
> The current snapshot is untested on anything other than macOS.
>
> Phil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20180801/c0d69728/attachment.html>


More information about the PyQt mailing list