Game Development Reference
In-Depth Information
Copy the new ic_launcher.png icon to the common drawable folder. As we have
not changed the icon's name, it will work without any additional changes. Also, do
not forget to change the icon's reference in the AndroidManifest.xml file if you
want to rename it. The corresponding line should look like the following listing:
<application
android:icon="@drawable/ic_launcher"
... />
The application icon is now replaced with our very own Canyon Bunny application
icon. The following screenshot shows the installed application on Google Nexus 4:
 
Search WWH ::




Custom Search