从命令行创建Android项目

时间:2017-03-08 13:48:28

标签: android command-line emacs

是否有任何工具可以从命令行创建Android项目?

有来自命令行工具的工具android来做到这一点。不再支持此工具。

我想从emacs进行完整的开发。使用实际的命令行工具,只能构建和调试。

1 个答案:

答案 0 :(得分:0)

There are three solutions that come to my mind (and all of them are alternatively good in varying degrees):

  1. Create a new command line tool that creates an android project using IntelliJ API of Android Studio.

  2. Use GUI automation scripting. That option is awkward but works for these who can't make themselve program in Java. Depending on your platform you can use:

  3. Do nothing and just wait until googlers create such a command line tool themselves.