如何将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开始,您可以使用文件|导出到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.