All Projects → android → Size Analyzer

android / Size Analyzer

Licence: apache-2.0
The size-analyzer is a tool to help developers find tips on how to reduce the size of their Android application.

Programming Languages

java
68154 projects - #9 most used programming language

Size Analyzer

IMPORTANT: Experimental project

The Size Analyzer was an experimental project that is not actively supported by Google. Developers are free to fork and improve it under the terms of the Apache license.

Description

The Size Analyzer is a tool for developers to understand the size of their Android application.

How to build the size analyzer

The tool can be built using gradle. An executable jar can be built using the command below:

./gradlew :analyzer:executableJar

How to use the size analyzer

The executable jar can be run against either an Android Studio project or an Android App Bundle.

java -jar analyzer/build/libs/analyzer.jar check-bundle <path-to-aab>
java -jar analyzer/build/libs/analyzer.jar check-project <path-to-project-directory>

Binary distributions

Pre-built distributions of this tool will be made available with each release on our releases page.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].