This commit is contained in:
parent
ab3a76cd0f
commit
56d8fb4d56
85 changed files with 8879 additions and 0 deletions
14
clio-android/notes.txt
Normal file
14
clio-android/notes.txt
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
./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?
|
||||
Loading…
Add table
Add a link
Reference in a new issue