romannurik / AndroidAssetStudio

A set of web-based tools for generating graphics and other assets that would eventually be in an Android application's res/ directory.
Apache License 2.0
6.48k stars 1.35k forks source link

No Maintenance Intended

The Android Asset Studio is no longer maintained. Please use icon.kitchen or the asset creation tools built into Android Studio

Legacy link: Open the Android Asset Studio

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:

Building the tool

To build, ensure you have node and npm installed, and run:

$ npm install

Once dependencies are installed, run it:

$ npm start