This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Alex.Willmer, vstinner, xdegaye
Date 2017-12-04.16:59:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512406754.68.0.213398074469.issue32210@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe add a collect_android() function which would exit early if sys.getandroidapilevel() doesn't exist?

> * The NDK version can be obtained by parsing the file $ANDROID_NDK_ROOT/source.properties.
> * The versions of the SDK build-tools, emulator and platform-tools packages as well as those of the system images can be obtained by parsing the output of "$ANDROID_SDK_ROOT/tools/bin/sdkmanager --list".

You are free to add whatever you want/need, but just try to handle properly errors to collect other info even if these data cannot be read.
History
Date User Action Args
2017-12-04 16:59:14vstinnersetrecipients: + vstinner, xdegaye, Alex.Willmer
2017-12-04 16:59:14vstinnersetmessageid: <1512406754.68.0.213398074469.issue32210@psf.upfronthosting.co.za>
2017-12-04 16:59:14vstinnerlinkissue32210 messages
2017-12-04 16:59:14vstinnercreate