Skip to content

enieber/android-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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 - android-cli tools to help develop

License

MIT

Releases

No releases published

Packages

No packages published

Languages