有没有什么工具可以在命令行中创建Android项目?
命令行工具中的android工具可以做到这一点。不再支持此工具。
我想从emacs做完整的开发。使用实际的命令行工具,只能构建和调试。
发布于 2017-05-16 17:36:48
我想到了三种解决方案(它们在不同程度上都有不同程度的优势):
- [AppleScript](https://developer.apple.com/library/content/documentation/AppleScript/Conceptual/AppleScriptLangGuide/introduction/ASLR_intro.html) for macOS
- [Autoit](https://www.autoitscript.com/site/autoit/) for Windows
- Something else (Tcl/Tk/expect or Python and tinter or [pywinauto](https://pywinauto.github.io/) or maybe [LDTP](https://ldtp.freedesktop.org/wiki/), [Cobra](https://github.com/ldtp/cobra), [PyATOM](https://github.com/pyatom/pyatom).)
https://stackoverflow.com/questions/42673086
复制相似问题