Best script for exporting assets from photoshop to android mipmap/drawable resources.
Copy BestPhotoshopToAndroidExporterScript.jsx to Adobe Photoshop Adobe Photoshop/Presets/Scripts folder, after done the script will appear in the File > Scripts submenu. Also you can run the script in Photoshop by choosing File > Scripts > Browse.
Target type
Target type
├─── Launcher icons(standard icons - target mdpi width=48px)
├─── Action bar, Dialog & Tab icons(target mdpi width=32px)
├─── Small Contextual Icons(target mdpi width=16px)
├─── Notification icons(target mdpi width=24px)
|
├─── Custom size(target mdpi width=entered custom number)
└─── Free size drawable(target mdpi width=free)
Icon Density
Icon Density
├─── ldpi 0.75x
├─── mdpi 1x
├─── hdpi 1.5x
├─── xhdpi 2x
├─── xxhdpi 3x
└─── xxxhdpi 4x
Target path
Target path
├─── Mipmap /mipmap-mdpi ...
└─── Drawable /drawable-mdpi ...
Best Illustrator To Android Exporter Script
Copyright 2023 Mohammad Yaaghubi
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.