[PyQt] pyqtdeploy building demo problem with NDK

Phil Thompson phil at riverbankcomputing.com
Wed Aug 1 17:36:20 BST 2018


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


More information about the PyQt mailing list