Is there a way to reduce the capacity of the Android app?

Asked 2 years ago, Updated 2 years ago, 25 views

I used the opencv library in the current project, and the reference materials are

http://webnautes.tistory.com/923?category=704164.

I couldn't check the capacity right after applying the opencv library, but I checked it now.

Project Folder - > app -> main-> JniLibs folder takes up about 175MB and

The Project Folder -> app-> build -> intermediates folder is larger than 660MB in size.

If you look at the names of folders that are more than 10MB in size inside the intermediates folder, they have incremental (10MB), instant-run-apk (80MB), jniLibs (175MB), and transforms (382MB), are they necessary folders?

android

2022-09-21 20:56

1 Answers

Using the proguard

Split Apk

Using Facebook's ReDex

And so on, try various ways to reduce APK.


2022-09-21 20:56

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.