How to export project in Android Studio 4.1?

Viewed 2714

Today I just have updated my Android studio with version 4.1 but there is no option to export the project to zip in the file menu. Is there any other option to export the project in zipping from Android Studio?

2 Answers

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

You can simply create a zip by navigating to your project from your file explorer and sending it to a zip file just as you would any other folder

Related