sorianog / size-analyzer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:Apache License 2.0


Languages

Language:Java 100.0%