Hello
I am trying to set the icon for my app so I can release it in Android but I dont know how?
It says here on google to change the manifest.xml file to set the icon, but becuase mosync compiles to a .apk (with the manifest.xml in it already?) I dont know how I can do this?
http://developer.android.com/guide/publishing/preparing.html
4. Specify an icon and label in the application's manifest
The icon and label that you specify in an application's manifest are important because they are displayed to users as your application's icon and name. They are displayed on the device's Home screen, as well as in Manage Applications, My Downloads, and elsewhere. Additionally, publishing services may display the icon and label to users.
To specify an icon and label, you define the attributes android:icon and android:label in the element of the manifest.
As regards the design of your icon, you should try to make it match as much as possible the style used by the built-in Android applications
Any advice on how to set the app icon would be really helpful :)
Plus any adivce on how to do it for iOS would be cool if anyone knows it.