[PyQt] pyqtdeploy building demo problem with NDK

Ronald Petit elronaldpetit at gmail.com
Wed Aug 1 18:10:01 BST 2018


I do have both, NDK and SDK, however, I just specify the dir for the NDK,
not for the SDK, how I do that?, the pyqtdeploy itself never asked for it

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

> On 1 Aug 2018, at 5:33 pm, Ronald Petit <elronaldpetit at gmail.com> wrote:
> >
> > 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.
>
> It sounds like you haven't installed the Android NDK, SDK - or just not
> configured the rest of the Android environment variables. See the Android
> developer docs.
>
> Phil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20180801/38bfa7cd/attachment-0001.html>


More information about the PyQt mailing list