- 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
404 B
404 B
Run app on device
Build, install, and launch the app on the connected USB Android device.
What to do
- Run
./gradlew installDebug(usegradlew.baton Windows). - Ensure the device is connected via USB with USB debugging enabled.
- After a successful install, launch the app with
adb shell am start -n org.db3.airmq/.MainActivity. - Report the device name and that the app was launched.