Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/romannurik/AndroidAssetStudio
Last synced: 10 days ago
JSON representation
A set of web-based tools for generating graphics and other assets that would eventually be in an Android application's res/ directory.
- Host: GitHub
- URL: https://github.com/romannurik/AndroidAssetStudio
- Owner: romannurik
- License: apache-2.0
- Created: 2014-05-19T14:02:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T23:53:57.000Z (6 months ago)
- Last Synced: 2024-10-29T15:43:21.533Z (10 days ago)
- Language: JavaScript
- Homepage:
- Size: 6.33 MB
- Stars: 6,485
- Watchers: 205
- Forks: 1,350
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android-person - AndroidAssetStudio
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