About Android App File Size

Asked 1 years ago, Updated 1 years ago, 106 views

I will be a beginner in Android development.

I am currently running an application in an offline environment.
The size of the project file is just under 10GB.
MBP will take more than 30 minutes to build in 2013.

Therefore, I would like to save unnecessary files with a large file size.
Could not determine which file is not needed.

For larger folders, click
app/build is 5GB
app/src is 1.6GB (1.4GB video)
That's right.

Video files will be quadrupled further, so
I'm at a loss what to do.

Could you tell me some solution?
Thank you for your cooperation.

android build

2022-09-30 21:22

1 Answers

Therefore, I would like to save unnecessary files with a large file size.
Could not determine which file is not needed.

I want to find and delete unnecessary files.Is that correct?

If you are using Android Studio, you can delete unused resources in the app.
Please refer to the following article for more information.
http://qiita.com/konifar/items/aa4bc60c78163c3ec354


2022-09-30 21:22

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.