# AndroidAssetStudio **Repository Path**: tang9999/AndroidAssetStudio ## Basic Information - **Project Name**: AndroidAssetStudio - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-04-19 - **Last Updated**: 2024-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) # The Android Asset Studio is no longer maintained. Please use [icon.kitchen](https://icon.kitchen) or the asset creation tools built into Android Studio Legacy link: **[Open the Android Asset Studio](https://romannurik.github.io/AndroidAssetStudio/)** A web-based set of tools for generating graphics and other assets that would eventually be in an Android application's res/ directory. Currently available asset generators are for: - Launcher icons - Action bar icons - Notification icons - Generic square icons - Simple nine-patches ## Building the tool To build, ensure you have `node` and `npm` installed, and run: $ npm install Once dependencies are installed, run it: $ npm start