Export assets for Android, iOS, Windows Phone and the Web in Sketch.
The basic procedure is the same regardless of which version of Sketch you're running, and how you installed it; simply check out this repository into your Sketch plugins directory and you're good to go.
The actual location of your Sketch plugins directory will vary, however, depending on how you installed Sketch:
- For Sketch 2, use the
~/Library/Application Support/sketch/Pluginsfolder. - If you bought Sketch 3 from the App Store, use the
~/Library/Containers/com.bohemiancoding.sketch3/Data/Library/Application Support/sketch/Pluginsdirectory - If you downloaded Sketch 3 from the Bohemian Coding site, use the
~/Library/Application Support/com.bohemiancoding.sketch3/Pluginsdirectory
Once you have checked out the plugin repository into the relevant directory, you'll find the plugin functions under the Plugins menu in Sketch.
The plugin assumes you design your layouts in xhdpi, which means 2px = 1dp
This plugin is based on zmaltalker's project sketch-android-assets. I needed to export my assets to multiple platforms that's why I extended his project to cover other platforms.