Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

I have always worked with Eclipse that has this feature.

like image 815
user3608814 Avatar asked Jan 19 '15 17:01

user3608814


2 Answers

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.

like image 65
yole Avatar answered Sep 23 '22 23:09

yole


In Android Studio 4.1 the export as ZIP option has been moved to File - > Manage IDE Settings - > Export to Zip file

enter image description here

like image 33
Fish Avatar answered Sep 22 '22 23:09

Fish