如何将 Android Studio 项目导出为 zip 文件?

如何将 Android Studio 项目导出为 zip 文件?

问题描述:

如何在 Android Studio 中以 ZIP 格式导出项目?

How do I export a project in ZIP format in Android Studio?

我一直使用具有此功能的 Eclipse.

I have always worked with Eclipse that has this feature.

从 Android Studio 3.0 开始,您可以使用 File |导出到 Zip 文件...以导出您的项目.如果您使用的是旧版本,则可以使用操作系统的文件管理器将项目目录打包为 .zip 文件.

Starting with Android Studio 3.0, you can use File | Export to Zip File... to export your project. If you're using an older version, you can use the file manager of your operating system to pack the directory of your project into a .zip file.