-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing toga-chart on Android fails - wheels for pygobject #24
Comments
It shouldn't be installing pygobject for Android, but it gets brought in by the following chain: In this case, I don't think toga-chart would have worked on Android anyway, because Toga's Canvas implementation is incomplete for Android. Instead, try using matplotlib directly, as shown here. |
@freakboy3742: This issue should maybe move to the toga-chart project, but I don't have access to do it myself. |
@mhsmith Eventually, I swear we'll get the permissions right on all the repos :-) I think I've corrected that problem; but since I'm here I'll transfer the this ticket. |
I got my initial charts working with the approach described in (beeware/briefcase-android-gradle-template#52 (comment)). But it feels very unstable as upon adding a second plot my program segfaults and both examples given in the issue segfault as well. |
OK, please create a separate issue for that in the Toga project, including the crash logs and the relevant sections of your code. |
Describe the bug
Using either Linux Mint/ Windows building for android fails at building wheels for pygobject
console_out.txt
Steps to reproduce
Expected behavior
Successful build of apk
Screenshots
No response
Environment
Logs
briefcase.2023_02_26-16_12_04.build.log
Additional context
No response
The text was updated successfully, but these errors were encountered: