remvee / android-mode

Emacs minor mode for Android application development
GNU General Public License v3.0
220 stars 57 forks source link

Run application right after it's compiled and installed #11

Closed gilles6 closed 11 years ago

gilles6 commented 13 years ago

I found a command to run an application in the AVD from a shell : adb shell monkey -v -p com.essais.hello 1

What about adding an emacs command doing this : M-x android-ant-install and then executing this shell command automatically ?

remvee commented 11 years ago

Partly implemented by 0566a232bd1cb30a3a7543537e86b9a9f0ba1657