Beeware claims "Write your apps in Python and release them on iOS, Android, Windows, MacOS, Linux, Web, and tvOS using rich, native user interfaces. Multiple apps, one codebase, with a fully native user experience on every platform."
I am getting this error while tying to build android app with beeware:
> com.android.build.api.transform.TransformException: com.android.builder.dexing.DexArchiveBuilderException: com.android.builder.dexing.DexArchiveBuilderException: Failed to…
There is an open-source python package that I want to work on (toga-android). To test the code I write, I have to be able to build my own project that has said open-source package as a dependency. My project has to be built with setuptools, so I…
I have build a desktop application on macOS (macOS v13.4.1 (Ventura) - Intel processor) using Briefcase (BeeWare and PyQt5.
It runs well when started with 'briefcase dev'.
However, when I tried to package it, it fails with the following error at the…
So I am attempting to create a program using Toga which will allow the user to view different images based on a slider. This is done by using ImageView to retrieve the image from a URL. However, each image has a different URL address (a number is…
I am trying to run an android app created by BeeWare and python on MacOS. I run
briefcase run android
and I get the following message
Unable to obtain Android emulator list
What's going on here? What can I do to find and run the emulator?
I am trying to make an IOS app using either Kivy or BeeWare that use the dlib, opencv-python, imutils, and scipy libraries. The libraries are binary (meaning the library have code from another programming language) and can't be compiled by mobile…
I'm currently trying to create a cross platform app with Beeware using Toga.
I konw how to update the content in a window (I just empty everything in the box and add new content to it).
But now I have the problem that I want to add entry fields…
I am using kivy as the GUI and Briefcase as a packaging utility. My .kv file is in the appname/project/src/projectName/resources folder. I also need a .csv file, in the same folder, and want to use pandas with it. I have no problem with importing…
I'm building my first BeeWare app. The app itself is destined for an Android device, and I'm developing it on a Linux (Ubuntu) machine.
My problem is fairly straightforward, but no less infuriating. I can't seem to increase the font size within any…
I've made a short shell script which goes like this:
#!/bin/sh
PROJECT_NAME="my_project"
mkdir $PROJECT_NAME
cd $PROJECT_NAME
python3 -m venv beeware-venv
source beeware-venv/bin/activate
python3 -m pip install briefcase
briefcase new
When I run…
I am working on tiny program to capture screen print, I want to do it in a similar fashion that Win Snipping Tool is working. First I need to overlay all screens with a 50% opacity layer and then, using the mouse, draw a rectangle and read vertices…
I'm trying to build an android app, from Python using gradle and beeware.
EDIT: I'm following tutorial 0 on the briefcase tutorial: https://briefcase.readthedocs.io/en/latest/tutorial/tutorial-0.html
I have already tried switch toga versions and…
I have been trying to install beeware all day, but I keep getting the error
failed with error code 1 in C:\Users\dmcga\AppData\Local\Temp\pip-install-
snn9ad__\pythonnet\
Seeing that this error had something to do with pythonnet, I tried…
I am trying to create my first app using briefcase and python through Beeware. I am following the tutorial as listed on the website, however upon running briefcase build i recieve the following messages in the console:
briefcase build
[helloworld]…