I'm an UX/UI designer. I usally export Android assets all in one folder (because I can't do anything else) with the suffix of the resolution. I need a service that take all the files with the "-mdpi" suffix, rename it and put all the renamed files in one folder called "drawable-mdpi".
The same process with the "-hdpi" suffix, the "-xhdpi" suffix and finally the "-xxhdpi".
The result are four folders with the files inside, all with the same name.
I've tryied to create this service with Automator, but without any results.
Thnx in advance!