My Android app runs in the emulator and displays a window, but it doesn't show any controls #2872
rjrx23dev
started this conversation in
Debugging help
Replies: 1 comment 1 reply
-
Hello @rjrx23dev. Does it work on Android if you run |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a problem running an Android app in the emulator. The emulator will display the app's window, but it will not show any controls. It runs fine on linux.
I'll append the source code and the briefcase messages in a moment, but here are some debug messages from briefcase that stand out to me, in the order in which they appear:
Here's the full output from briefcase in response to "briefcase run android.". I'm running it on Ubuntu 24.04:
Here's the source code:
Our application codes, I will paste these codes into the python script named "app.py".
Beta Was this translation helpful? Give feedback.
All reactions