Reputation: 1248
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?
Upvotes: 13
Views: 2989
Reputation: 1246
In Android Studio 4.1 the export as ZIP option has been moved to File - > Manage IDE Settings - > Export to Zip file
Upvotes: 28
Reputation: 79
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
Upvotes: -4