0

I dont know how should i export to zip file my android project. i am using 3.0.1 ide which is latest version.Is there this option in android studio? some people say android studio doesnt have gthis option

user245548
  • 11
  • 7

2 Answers2

1

From the main menu, choose File > Export to Zip File.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
  • while doing it my project becomes 200-300 kb is it normal? – user245548 Jan 03 '18 at 23:51
  • @user245548: I do not know what you mean, sorry. – CommonsWare Jan 03 '18 at 23:55
  • i mean when i use that way export to zip file my 50 mb project becomes 200-300 kb – user245548 Jan 03 '18 at 23:59
  • @user245548: I do not know how you are measuring either of your sizes. But the ZIP file does not contain the compiled results of your project, such as the contents of the `build/` directories. Those get very large. Plus, the ZIP file has compression. – CommonsWare Jan 04 '18 at 00:02
  • 2
    If you are concerned that the ZIP doesn't contain "everything", open it with a ZIP tool / archive tool and see what files are there. – Stephen C Jan 04 '18 at 00:09
0

Delete the .idea and .gradle folders (not .gradle files), the size of the compressed folder will be smaller than the zip Android studio creates for you.

Community
  • 1
  • 1
Leslie
  • 1
  • 1