どんな連携ができるか (defconst android-mode-keys '(("d" . android-start-ddms) ("e" . android-start-emulator) ("l" . android-logcat) ("c" . android-ant-compile) ("i" . android-ant-install) ("r" . android-ant-reinstall) ("u" . android-ant-uninstall))) Ctrl+c Ctrl+c からそれぞれで、 アンインストールは、うまくできないような。 "android create project" & ACTIVITY_NAME コマンドラインからプロジェクトを作成すると、 ACTIVITY_NAMEがうまく置換されてない。 http://code.google.com/p/