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?