<div dir="ltr">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</div><br><div class="gmail_quote"><div dir="ltr">El mié., 1 ago. 2018 a las 12:36, Phil Thompson (<<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 1 Aug 2018, at 5:33 pm, Ronald Petit <<a href="mailto:elronaldpetit@gmail.com" target="_blank">elronaldpetit@gmail.com</a>> wrote:<br>
> <br>
> Thanks for your answer, after set the variable to android-28 it accept everything.<br>
> <br>
> But now, it's complaining about missing libraries, specifically, stdlib.h stdio.h string.h etc (very basic libraries)<br>
> <br>
> I did, sudo find /usr/include/ -name "stdio.h" and the result is:<br>
> <br>
> /usr/include/x86_64-linux-gnu/bits/stdio.h<br>
> /usr/include/stdio.h<br>
> /usr/include/c++/5/tr1/stdio.h<br>
> <br>
> I tried then pyqtdeploy 2.1 (stable release), but got the same error.<br>
<br>
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.<br>
<br>
Phil</blockquote></div>