<div dir="ltr">Thanks for your answer, after set the variable to android-28 it accept everything.<div><br></div><div>But now, it's complaining about missing libraries, specifically, stdlib.h stdio.h string.h etc (very basic libraries)</div><div><br></div><div>I did, sudo find /usr/include/ -name "stdio.h" and the result is:</div><div><br></div><div><div>/usr/include/x86_64-linux-gnu/bits/stdio.h</div><div>/usr/include/stdio.h</div><div>/usr/include/c++/5/tr1/stdio.h</div></div><div><br></div><div>I tried then pyqtdeploy 2.1 (stable release), but got the same error.</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">El mié., 1 ago. 2018 a las 5:10, 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 8:09 am, Ronald Petit <<a href="mailto:elronaldpetit@gmail.com" target="_blank">elronaldpetit@gmail.com</a>> wrote:<br>
> <br>
> 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.<br>
> <br>
> 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.<br>
<br>
The format of the value is, for example, android-28<br>
<br>
> I'm using the latest snapshot, pyqtdeploy-2.2<br>
<br>
The current snapshot is untested on anything other than macOS.<br>
<br>
Phil</blockquote></div>