Skip to content

Commit 2bbbe6b

Browse files
committed
update
1 parent e644834 commit 2bbbe6b

File tree

1 file changed

+7
-3
lines changed
  • android/android-app-curl-with-two-buttons

1 file changed

+7
-3
lines changed

android/android-app-curl-with-two-buttons/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,21 @@ gradle wrapper --gradle-version 8.3 --distribution-type all
3131
./gradlew --version
3232
```
3333

34+
## build
3435
```sh
3536
rm -rf build .gradle app/build app/.gradle
3637
gradle --stop
3738
gradle --status
3839
./gradlew --stop
3940
./gradlew --status
40-
./gradlew clean :app:assembleDebug --no-build-cache
4141

42-
# gradle wrapper --gradle-version 7.5 --distribution-type all
42+
./gradlew clean :app:assembleDebug --no-build-cache
4343
ls -la app/build/outputs/apk/debug/app-debug.apk
44+
```
4445

45-
# install on android
46+
## install application on physical android device
47+
```sh
48+
adb devices
49+
# if no devices: https://github.com/cherkavi/cheat-sheet/blob/master/android-cheat-sheet.md#adb
4650
adb install -r app/build/outputs/apk/debug/app-debug.apk
4751
```

0 commit comments

Comments
 (0)