This project is created with python3.8, on Ubuntu 20.04
We want to efficiently add admob support and ability to show admob adds in toga
python3.8 -m venv env
source env/bin/activate
briefcase new
cd helloworld
assuming no name is given to the projectbriefcase build android
has to be done each time after change in the code. Deleting the build and logs folder might helpbriefcase run android
since many of the libraries are android libraries, they may not run on the desktop
from java import jclass
when briefcase run android
is runned, the output is restored in the OUTPUT.md
Mostly the codes in first link is used.