clio/clio-android/notes.txt
Your Name 56d8fb4d56
Some checks failed
Deploy API / deploy (push) Failing after 1s
adding a bunch of untested files
2026-05-19 20:12:49 -04:00

14 lines
482 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

./gradlew assembleDebug
2. Connect your phone (USB debugging enabled) and verify connection:
./android_studio_install_path/platform-tools/adb devices
3. Install the APK:
./android_studio_install_path/platform-tools/adb install app/build/outputs/apk/debug/app-debug.apk
Or you can combine build + install in one step:
./gradlew installDebug
This requires your phone to be connected with USB debugging enabled in Developer Options.
can you add it to the flake?