fazlurr / AndroidAssetStudio

A set of web-based tools for generating graphics and other assets that would eventually be in an Android application's res/ directory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Asset Studio

Open the Android Asset Studio

See the older version if you're having trouble with the new version

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 with gulp:

$ gulp serve

Related (third-party) projects

About

A set of web-based tools for generating graphics and other assets that would eventually be in an Android application's res/ directory.

License:Apache License 2.0


Languages

Language:JavaScript 75.7%Language:CSS 19.6%Language:HTML 4.7%