Why if I build a dist with a certain bootstrap (service_only in my case) given a certain name (TriblerService for me) does export_dist TriblerService take another wrong bootstrap?
Export dist
�[1m[INFO]�[0m: �[1m�[31mThis python-for-android revamp is an experimental alpha release!�[0m
�[1m[INFO]�[0m: �[31mIt should work (mostly), but you may experience missing features or bugs.�[0m
�[1m[INFO]�[0m: Will compile for the following archs: armeabi
�[1m[INFO]�[0m: Getting Android API version from user argument
�[1m[INFO]�[0m: Available Android APIs are (11, 16, 23)
�[1m[INFO]�[0m: Requested API target 16 is available, continuing.
�[1m[INFO]�[0m: Found NDK dir in $ANDROIDNDK
�[1m[INFO]�[0m: Got NDK version from $ANDROIDNDKVER
�[1m[INFO]�[0m: Got Android NDK version from the NDK dir: it is r10e-rc4
�[1m[INFO]�[0m: Using Google NDK r10e-rc4
�[1m[INFO]�[0m: Found virtualenv at /usr/bin/virtualenv
�[1m[INFO]�[0m: Found the following toolchain versions: ['4.8', '4.9', 'clang3.5', 'clang3.6']
�[1m[INFO]�[0m: Picking the latest gcc toolchain, here 4.9
�[1m[INFO]�[0m: No existing dists meet the given requirements!
�[1m[INFO]�[0m: �[1m�[94mNo dist exists that meets your requirements, so one will be built.�[0m
�[1m[INFO]�[0m: Found a single valid recipe set (this is good)
�[1m[INFO]�[0m: Trying to find a bootstrap that matches the given recipes.
�[1m[INFO]�[0m: Found 7 acceptable bootstraps: ['webview', 'webview', 'service_only', 'service_only', 'sdl2', 'sdl2', 'pygame']
�[1m[INFO]�[0m: Using the first of these: webview
�[1m[INFO]�[0m: webview bootstrap appears compatible with the required recipes.
�[1m[INFO]�[0m: Checking this...
Why if I build a dist with a certain bootstrap (service_only in my case) given a certain name (TriblerService for me) does export_dist TriblerService take another wrong bootstrap?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.