最佳答案
Android Studio 使用 modules的概念,而 Eclipse 等其他 IDE 使用 projects。
但是 AS File菜单可以选择创建 New Module和 new Project。
这两者之间有什么区别吗?
建议使用哪一种?