Exports assets as a VectorDrawable for Android. Say goodbye to a bajillion assets.
Supports VectorDrawable as well as vector-compat.
Added in the option to generate a VectorDrawable without the compat options.
- Download the ZIP file with the Measure
- Copy the contents to the plugin folder (Open up Sketch, and go to
Plugins
›Reveal Plugins Folder…
to open it.)
NOTE: If your Mac has not installed GitHub client, You need to install GitHub for mac
- Click on the Clone in Desktop button on GitHub
- Press
command
+shift
+g
to find plugin folder, then paste plugin folder path
Plugin Folder Path
- App Store
~/Library/Containers/com.bohemiancoding.sketch3/Data/Library/Application Support/com.bohemiancoding.sketch3/Plugins
- Beta
~/Library/Application Support/com.bohemiancoding.sketch3/Plugins
- Export: cmd + shift + ;
- svg2android. Svg to VectorDrawable webpage (super cool). A lot of the translation is based off this.
- sketch-export-assets. What I based this sketch plugin off of.