Toga Android example #2951
-
I tried the example from "Toga Documentation, Release 0.4.9.dev28+g659868f03" on page 225.
I get an error when I try to run it on my phone:
What am I doing wrong? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
freakboy3742
Nov 13, 2024
Replies: 1 comment 5 replies
-
Python doesn't have a intent = new Intent(Intent.ACTION_DIAL) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like there's a stray usage of
new
in the docs. - that's a bug we need to clean up.