Posts

Showing posts from November, 2019

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

Image
Export an Android Studio project as a ZIP file Starting with the Android Studio 3.0, you can use File | Export to Zip File... to export your project to zip or HTML easily. There is also a great advantage of exporting the project as a zip file, that is, it exports in very small size mostly in KBs. STEPS: Follow these steps to export your project in zip format: Step 1:  Create a new project   OR   Open your project . Step 2: From the Top menu Click File and then click Export to Zip File (Android Studio below 4.1) Step 2: From the Top menu click File > Manage IDE Settings > Export to Zip File (Android Studio 4.1 and above) Step 3: Choose/browse the directory/folder where you want to save the project as zip file, change the name if you want and click OK button. That's it, your project is now saved as zip file.