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

后端 未结 10 2241
抹茶落季
抹茶落季 2020-12-10 11:28

How do I export a project in ZIP format in Android Studio?

I have always worked with Eclipse that has this feature.

10条回答
  •  难免孤独
    2020-12-10 11:45

    Starting with Android Studio 3.0, you can use File | Export to Zip File... to export your project. If you're using an older version, you can use the file manager of your operating system to pack the directory of your project into a .zip file.

提交回复
热议问题