Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GenevieveBuckley/5ac363df59ac6dda7063b07c77e6355a to your computer and use it in GitHub Desktop.
Save GenevieveBuckley/5ac363df59ac6dda7063b07c77e6355a to your computer and use it in GitHub Desktop.
Notes from pyconline 2020 beeware sprints - briefcase on android
briefcase android project
phone MUST be in file transfer mode
Must wait for the computer to recognise that the phone has been plugged in
Must allow USB debugging
https://pastebin.com/0xpejQPB
Traceback (most recent call last):
File "/home/xero/.virtualenvs/beeware-venv/bin/briefcase", line 8, in <module>
sys.exit(main())
File "/home/xero/.virtualenvs/beeware-venv/lib/python3.7/site-packages/briefcase/__main__.py", line 11, in main
command(**options)
File "/home/xero/.virtualenvs/beeware-venv/lib/python3.7/site-packages/briefcase/commands/run.py", line 77, in __call__
state = self.run_app(app, **full_options(state, options))
File "/home/xero/.virtualenvs/beeware-venv/lib/python3.7/site-packages/briefcase/platforms/android/gradle.py", line 146, in run_app
device_or_avd=device_or_avd
File "/home/xero/.virtualenvs/beeware-venv/lib/python3.7/site-packages/briefcase/integrations/android_sdk.py", line 410, in select_target_device
running_devices = self.devices()
File "/home/xero/.virtualenvs/beeware-venv/lib/python3.7/site-packages/briefcase/integrations/android_sdk.py", line 370, in devices
key, value = part.split(":")
ValueError: not enough values to unpack (expected 2, got 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment