How do I export a project in ZIP format in Android Studio?
I have always worked with Eclipse that has this feature.
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.