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

Mohammed Kadi
Oct 17, 2020

--

Photo by Hossain Khan on Unsplash

You can Export Project as a zip file

you can do it : “build.gradle” in root Project

if your project use a shared library

If you want to add “.git” folder to zip file, you must change the “default exclude”

My Test : myapp + mylib (Using Git)

--

--