How to export an Android Studio project as a zip file?

user3608814 picture user3608814 · Jan 19, 2015 · Viewed 53.9k times · Source

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

I have always worked with Eclipse that has this feature.

Answer

yole picture yole · Jan 20, 2015

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.