-
-
Notifications
You must be signed in to change notification settings - Fork 516
Android build fails (bad descriptor: Lpython/__phello__.foo) #944
Comments
The underlying problem is that VOC is currently generating invalid bytecode for one of the data structures contained in travertino. If you use a stable version of Toga (i.e., 0.2.15) and the old build of Android-support, you should have more luck; but the development branch of Toga isn't compatible with VOC at this time. |
Alright, thanks for answering. |
If you look at the setup.py file for your project (the one generated by |
Ok thanks, so I changed the version to 0.2.15 and ran |
The |
Jeff Smith @whydoubt points out in this message, the period in |
When I try to build the android app of hello world, this error occures:
I tried to use
python setup.py android --support-pkg https://pybee-briefcase-support.s3-us-west-2.amazonaws.com/Python-Android-support/3.5/Android/Python-3.5-Android-support.b5.tar.gz --build --start
as a workaround (mentioned in #708) but it gives the same error. Any help is welcome.The text was updated successfully, but these errors were encountered: