- build.sh: pin JAVA_HOME to java-17-openjdk for the build only (Gradle
8.14.3 can't parse this machine's default java-26 class files).
- build.sh: delete p4a's internal pymodules venv before every run — it
re-runs `python -m venv` without --clear on each build and corrupts
its own pip (confirmed two dist-info dirs coexisting).
- CLAUDE.md / android/README.md: document all three build-tooling fixes
from this session (kivy python_depends, p4a venv corruption, JDK pin)
so a future session/rebuild doesn't have to re-diagnose them.
Confirmed: full BUILD SUCCESSFUL Gradle run, APK produced at
android/bin/eventtracker-0.1-arm64-v8a-debug.apk.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Desktop: GTK3 + matplotlib app tracking arbitrary events (button ->
timestamp -> CSV), with per-event stats, trend charts, settings
(rename/add events, relocate data file), and a reset-with-backup flow.
Portable desktop launcher via a .desktop.in template + install script,
no machine-specific paths baked in.
Android: minimal Kivy v1 companion reading/writing the same CSV format,
plus buildozer build tooling isolated in a venv and a local p4a recipe
override for kivy (see CLAUDE.md for why).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>