Android Studio 4.X removed export to zip file?

Viewed 876

There used to be export to zip file option in Android Studio (AS).

For AS4.X, I could not find it. Anyone know how to export an Android Project to zip file.

no export to zip option

2 Answers

In 4.2.1 it is moved to File->Export-> Export to Zip file

enter image description here

no.. in 4.1, its now has been moved to File - > Manage IDE Settings - > Export to Zip file

Related