Export Android resources in Sketch, bitmap assets, nine-patch, vector drawable, app icon, shape XML..
209
stars
20
forks
source link
"Can't find Android app icon inside current page." when exporting legacy app icon #16
Closed
zhutq closed 6 years ago
Sketch Version 49 Android Res Export 2.3.14
I create page with "New App Icon (Legacy)" and then "Export App Icon", it reports "Can't find Android app icon inside current page."
Running the following script (extracted from
export_app_icon.cocoascript
),iconNormal
andiconRound
are both logged as(null)
.However if I traverse the layers,
iconNormal
andiconRound
can be found. If I add the above code toexport_app_icon.cocoascript
, app icon can be exported as expected.