sodhankit
sodhankit

Reputation: 1248

How to export project in Android Studio 4.1?

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

Answers (2)

gbotha
gbotha

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

Omar Samara
Omar Samara

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

Related Questions