- Remove Facebook provider from Login flow - Add EmailLoginScreen with gradient background, email/password fields - Add EmailLoginScreenContract and EmailLoginViewModel with stub logic - Add navigation: Sign in with email -> EmailLoginScreen - Use back arrow icon instead of back text - Move header above email field, add Register button - Update run command to launch app after install - Add ic_arrow_back drawable, update strings Made-with: Cursor
11 lines
404 B
Markdown
11 lines
404 B
Markdown
# Run app on device
|
|
|
|
Build, install, and launch the app on the connected USB Android device.
|
|
|
|
## What to do
|
|
|
|
1. Run `./gradlew installDebug` (use `gradlew.bat` on Windows).
|
|
2. Ensure the device is connected via USB with USB debugging enabled.
|
|
3. After a successful install, launch the app with `adb shell am start -n org.db3.airmq/.MainActivity`.
|
|
4. Report the device name and that the app was launched.
|