Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
看起来好像android studio没有“导出项目”命令......这可能是真的吗?我有点吓坏了,因为我的课程需要一个存档文件,而且看起来好像 android studio 的构建结构与 eclipse 不同。帮助将不胜感激!
Android Studio 正在使用新的构建结构(带有 gradle)。它处于预览阶段。我相信当 Studio 从它升级到稳定版本时,Eclipse 也会更新到新的结构。在此之前,如果您想使用旧项目格式的项目,则必须使用旧工具(也称为 Eclipse、Intellij、控制台工具等)创建新项目,然后与 Android Studio 一起使用。