# size-analyzer **Repository Path**: mirrors_android/size-analyzer ## Basic Information - **Project Name**: size-analyzer - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://gradle.org/). An executable jar can be built using the command below: ``` shell ./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](https://g.co/androidappbundle). ```shell java -jar analyzer/build/libs/analyzer.jar check-bundle java -jar analyzer/build/libs/analyzer.jar check-project ``` ## Binary distributions Pre-built distributions of this tool will be made available with each release on our [releases page](https://github.com/android/size-analyzer/releases).