zmalltalker / sketch-android-assets

Generate Android assets in Sketch
GNU General Public License v3.0
356 stars 55 forks source link

Change export base #28

Open wennizhou opened 9 years ago

wennizhou commented 9 years ago

I choose export from hdpi first time, and this plugin remembers my choice. However a later time I want to export from mdpi, how do I change the default export base?

zmalltalker commented 9 years ago

@wennizhou: The plugin works by creating a file named .android_assets either inside your Sketch document or in your home folder. In previous versions of Sketch, the sketch file itself was a folder disguised as a file, I'm unsure what the newer file format contains.

If you're able to find the .android_assets file in either location you can remove it and have the plugin prompt you for the base resolution again.

leonwum commented 9 years ago

Thanks.