An open API service indexing awesome lists of open source software.

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

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