[ ] use multiprocessing to compile stuff (suspicion, buildozer uses a file to keep track if stuff is compiled, not actually checking)
[ ] how to add a library w/o recompiling EVERYTHING
[ ] qr code to get adb to stream apk FROM THE PHONE (so not terminal command but just scan qr code to visit an adb address to stream apk and then kivy picks it up and goes from there) FROM TERMINAL
[ ] Add export PATH="/home/pengin/.local/bin:$PATH" to your shell configuration file.
use right python
export QT_QPA_PLATFORM=offscreen
wsl --update
export PATH="/home/pengin/.local/bin:$PATH"
to your shell configuration file.use right python export QT_QPA_PLATFORM=offscreen wsl --update
sudo apt install x11-apps (ded)
WindowManager: WIN DEATH: Window{eb1a8f5 u0 org.example.kivy_super_reloader/org.kivy.android.PythonActivity}
chocolatey install cygwin install vcxsrv https://askubuntu.com/questions/993225/whats-the-easiest-way-to-run-gui-apps-on-windows-subsystem-for-linux install adb on ubuntu?? adb everything on wsl adb install bin/kivy_super_reloader-0.1-arm64-v8a-debug.apk install scrcpy TURN ON AND OFF YOUR PHONE revoke usb debugging usb debugging on/off https://xdaforums.com/t/solved-unable-to-access-with-adb-no-rsa-fingerprint-key-window.2830087/
check ur cable > DOESNT WORK ON MY USB HUB, CONNECT TO PC DIRECTLY
magic history, only 1 wsl works for some reason https://www.howtogeek.com/339665/how-to-find-your-android-devices-info-for-correct-apk-downloads/
when things go wrong: adb logcat > logs.txt buildozer android clean
WINDOWS > WINAPI.py on watchdog suspects: get_directory_handle _parse_event_buffer read_directory_changes
answer: watchdog only does directories, to watch for files just give it a pattern matching
"Here with help of PatternMAtchingEventHandler we can take advantage of processing just events related with files with the .csv extension. "
https://www.geeksforgeeks.org/create-a-watchdog-in-python-to-look-for-filesystem-changes/