A simple reference log confirming successful completion and deployment of the BeeWare tutorial project.
The Python app was successfully built and launched on all key targets:
| Platform | Artifact | Environment / Device |
|---|---|---|
| Development | Native App | Developer Mode |
| Android | .apk |
Physical (Galaxy Tab A9+) & Emulator (Pixel 7 Pro) |
| Desktop | Standalone .exe |
Windows |
| Web | Single Page App | Local Browser |
The commands below are ordered chronologically based on a typical new BeeWare project workflow. [p] indicates a platform target (windows, android, or web).
| Command | Description |
|---|---|
briefcase new |
Bootstrap a new project (initial setup). |
briefcase create [p] |
Generate platform template files for a target. |
briefcase dev |
Run app in developer mode for fast iteration. |
briefcase update [p] |
Sync code and requirements into the platform package. |
briefcase build [p] |
Compile the native package/installer. |
briefcase run [p] |
Launch the built app on device/emulator/browser. |
briefcase run -u -r [p] |
Convenience shortcut: Update, Build, and Run. |