[PyQt] Android & the pyqtdeploy tool: the provided demo relies on undocumented libraries/headers?

Phil Thompson phil at riverbankcomputing.com
Wed Aug 22 22:18:13 BST 2018


On 22 Aug 2018, at 10:13 pm, Jonathan Leaders <jonathan at leadersandco.com> wrote:
> 
> The missing steps in the docs would be which versions to download (it would be nice to have a series of wget commands to download  the exact versions required in the docs). I didn't see any versioning requirements in the docs, but I did see the image of versions here: http://pyqt.sourceforge.net/Docs/pyqtdeploy/demo.html
> 
> Are these versions in the image the ones I should use?

If you don't want to change anything, eg. the sysroot.json file.

> In any case, I notice I'm using openssl-1.0.2p.tar.gz -- not sure if 1.0.2p that is the same as 1.0.2 but it is failing to build trying to find the standard library (stdlib). Perhaps because the sysroot-android-32/includedirectory is empty? Shouldn't there be *.h files in there? I tried removing the sysroot and running again but it still failed.

The include directory is populated as the sysroot is built.

Do you have a working Android development environment set up?

Phil


More information about the PyQt mailing list