creating a new App icon

113 views
Skip to first unread message

Globally Evangelist

unread,
Aug 8, 2016, 10:44:33 PM8/8/16
to DroidScript
I was trying to change the icon that shows for the app final product when created with the APK builder plugin. I want my new app to show in the the App explorer and on the home screen bearing the new icon instead of the default droidscript icon. Will app.CreateShortcut("produce","img/icon.png"); fix it so that it shows the new icon when built with the APK builder?
If not how do I change the icon that goes with the final build to whatever image I want to use for an icon?

Steve Garman

unread,
Aug 8, 2016, 11:22:20 PM8/8/16
to DroidScript
If you want to change your App icon, you will need to copy a .png image file to your App's Img assets folder. The name of the image file should be the same as your App name, e.g.

/sdcard/DroidScript/MyApp/Img/MyApp.png

The easiest way to do this is from the assets tab in the Wifi IDE - http://wiki.droidscript.me.uk/doku.php?id=getting_started:wifi_ide#using_uploaded_images

Reply all
Reply to author
Forward
0 new messages