Search Unity

Problem setting icon

Discussion in 'Android' started by Deleted User, Oct 2, 2014.

  1. Deleted User

    Deleted User

    Guest

    I'm using unity free. I want to change default unity launcher icon. I set all textures in publisher settings for icons. But when I publish my game launcher always display default unity icon. I unpacked apk and checked into res/drawable, res/drawable-hdpi etc and there are my icons names app_icon.png. I'm using latest stable version. Any help?
     
  2. iSmart

    iSmart

    Joined:
    Sep 23, 2014
    Posts:
    43
    make sure AndroidManifest.xml file in your unpacked apk has the following attribute with the same name image you found in res/drawable folders: android:icon="@drawable/IMAGE_NAME"
     
  3. Deleted User

    Deleted User

    Guest

    Yes it has