https://github.com/enieber/android-cli
work to run android withoult IDE
https://github.com/enieber/android-cli
android android-studio cli develop
Last synced: 10 months ago
JSON representation
work to run android withoult IDE
- Host: GitHub
- URL: https://github.com/enieber/android-cli
- Owner: enieber
- Created: 2022-11-16T18:18:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-18T04:18:22.000Z (about 3 years ago)
- Last Synced: 2025-02-02T09:15:27.455Z (12 months ago)
- Topics: android, android-studio, cli, develop
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# android-cli
work to run android withoult IDE
## Required
- linux
- gradle
- aapt
- adb
- sh command
- smartphone connected
## How develop android withoult IDE
- clone android project
- entenr in folder of project
- copy the droid.sh file
- change permission of droid.sh file: `chmod +x ./droid.sh`
- build project with: `gradle build`
- install build apk project: `gradle installDebug`
- open app: `adb shell am start -n $(./droid.sh)`
## TIPs
- concact commads to recompile and re-open app: `gradle build && gradle installDebug && adb shell am start -n $(./droid.sh)
## Experiments
- [acli](https://github.com/enieber/acli) - android-cli tools to help develop
## License
MIT