https://github.com/sschmid/bee-android
Useful functions for Android development - https://github.com/sschmid/bee
https://github.com/sschmid/bee-android
adb android bash bee logcat plugin
Last synced: about 2 months ago
JSON representation
Useful functions for Android development - https://github.com/sschmid/bee
- Host: GitHub
- URL: https://github.com/sschmid/bee-android
- Owner: sschmid
- License: mit
- Created: 2021-02-04T20:39:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T19:13:00.000Z (over 3 years ago)
- Last Synced: 2025-01-29T19:14:38.015Z (4 months ago)
- Topics: adb, android, bash, bee, logcat, plugin
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# android
Useful functions for Android developmenthttps://github.com/sschmid/bee-android
```
template:ANDROID_PACKAGE="com.company.myapp"
ANDROID_APK="Build/Android/${BEE_PROJECT}.apk"
ANDROID_ACTIVITY="${ANDROID_PACKAGE}/com.unity3d.player.UnityPlayerNativeActivity"
ANDROID_KEYSTORE="${BEE_RESOURCES}/android/keys.keystore"
ANDROID_KEYALIAS_NAME="${ANDROID_PACKAGE}"usage:
debug [] convenience command that runs install, start, logcat
devices list attached devices
fingerprint print certificate fingerprints for ANDROID_PACKAGE in ANDROID_KEYSTORE
install install ANDROID_APK on the attached device
keyhash print key hash for ANDROID_PACKAGE in ANDROID_KEYSTORE
logcat [] print logs from ANDROID_PACKAGE of the attached device
screenshot [] capture screenshot from the attached device
start start ANDROID_ACTIVITY on the attached devicerequirements:
adb https://developer.android.com/studio/command-line/adb
keytool https://www.oracle.com/java
```